diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/main.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/include/main.h b/include/main.h index 43b0a4c..64b2578 100644 --- a/include/main.h +++ b/include/main.h @@ -5,6 +5,24 @@ #define VERSION_MAJOR 0 #define VERSION_MINOR 1 +// #define WIN32_LEAN_AND_MEAN +// #if defined(_WIN32) +// #define WIN32 +// #endif +// #if defined(_WIN64) +// #define WIN64 +// #define _AMD64_ +// #undef _X86_ +// #else +// #undef _AMD64_ +// #define _X86_ +// #endif + +// #include <minwindef.h> + +#include <stdio.h> +#include <stdlib.h> + #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -14,3 +32,13 @@ #include <lua.h> #include <lualib.h> #include <lauxlib.h> + +#include <stdint.h> + +// #ifdef _WIN32 +// // #include <windows.h> +// #include <windef.h> +// #include <mmsystem.h> +// // #include <winbase.h> +// // #define APIENTRY WINAPI +// #endif |
