Skip to content
Snippets Groups Projects
Commit 6a723b2e authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

add INT32 check for dos builds

parent d236f141
No related merge requests found
......@@ -15,8 +15,10 @@
#define INT32 __int32
#else
#include <stdint.h>
#ifndef INT32
#define INT32 int32_t
#endif
#endif
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment