Preliminary libcurl support
This commit is contained in:
parent
a51787d899
commit
0aeb962a4e
@ -33,6 +33,7 @@
|
||||
#define ENDFUNCTION }
|
||||
#define DIM
|
||||
#define AS
|
||||
#define DEF
|
||||
#define SUB void
|
||||
#define ENDSUB }
|
||||
#define BEGIN {
|
||||
@ -70,6 +71,7 @@
|
||||
#define INTEGER int
|
||||
#define UINT unsigned int
|
||||
#define VECTOR std::vector
|
||||
#define ARRAY std::vector
|
||||
#define MAP std::map
|
||||
#define CHAR char
|
||||
#define ENUM enum {
|
||||
|
Loading…
Reference in New Issue
Block a user