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