aboutsummaryrefslogtreecommitdiff
path: root/redist
diff options
context:
space:
mode:
authormwturvey <michael.w.turvey@intel.com>2017-03-15 15:31:17 -0700
committermwturvey <michael.w.turvey@intel.com>2017-03-15 15:31:17 -0700
commita409645cd3e2b8f0cc67541a9e4c88bf2cd96a79 (patch)
tree9e517b6b2b77e10bbaf589be9759dab27004c831 /redist
parent1caa844dad647b03cf3c1d11bf211e9fcde4b7f1 (diff)
downloadlibsurvive-a409645cd3e2b8f0cc67541a9e4c88bf2cd96a79.tar.gz
libsurvive-a409645cd3e2b8f0cc67541a9e4c88bf2cd96a79.tar.bz2
Building & basic running
Diffstat (limited to 'redist')
-rw-r--r--redist/symbol_enumerator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/redist/symbol_enumerator.c b/redist/symbol_enumerator.c
index eddddb9..7d33900 100644
--- a/redist/symbol_enumerator.c
+++ b/redist/symbol_enumerator.c
@@ -1,7 +1,7 @@
#include <stdio.h>
#include "symbol_enumerator.h"
-#if defined( WIN32 ) || defined( WINDOWS ) || defined( USE_WINDOWS )
+#if defined( WIN32 ) || defined( WINDOWS ) || defined( USE_WINDOWS ) || defined( _WIN32 )
#include <windows.h>