mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 20:03:58 +02:00
- updated code to protect against null pointers and uninitialized values and threading issues
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
|
||||
// if the compiler is c99 complient, we don't need to define our own types
|
||||
#if __STDC_VERSION__ == 199901L
|
||||
#if __STDC_VERSION__ == 199901L || (defined(WIN32) && defined(_MSC_VER) && _MSC_VER >= 1600)
|
||||
# include <stdint.h>
|
||||
#else
|
||||
|
||||
|
Reference in New Issue
Block a user