|
@@ -42,6 +42,7 @@ Const DECL_PROTECTED:Int= $4000000
|
|
Const DECL_API_CDECL:Int= $00000000
|
|
Const DECL_API_CDECL:Int= $00000000
|
|
Const DECL_API_STDCALL:Int= $10000000
|
|
Const DECL_API_STDCALL:Int= $10000000
|
|
Const DECL_API_DEFAULT:Int=DECL_API_CDECL
|
|
Const DECL_API_DEFAULT:Int=DECL_API_CDECL
|
|
|
|
+Const DECL_API_FLAGS:Int= DECL_API_CDECL | DECL_API_STDCALL
|
|
|
|
|
|
Const DECL_NESTED:Int= $20000000
|
|
Const DECL_NESTED:Int= $20000000
|
|
|
|
|