aboutsummaryrefslogtreecommitdiff
path: root/redist/symbol_enumerator.c
diff options
context:
space:
mode:
authorCNLohr <charles@cnlohr.com>2017-03-16 15:30:21 -0400
committerGitHub <noreply@github.com>2017-03-16 15:30:21 -0400
commitd9412e4252c176583b5b737608acb4e60d47c00a (patch)
treec339acbb982d1f2d67977be98a4ae7cac85f8057 /redist/symbol_enumerator.c
parent6daf2506fcfbfcd26d63a8bddba319d67ecc33e5 (diff)
parentccaa625c6161e14f5c2281cc43134d1928094620 (diff)
downloadlibsurvive-d9412e4252c176583b5b737608acb4e60d47c00a.tar.gz
libsurvive-d9412e4252c176583b5b737608acb4e60d47c00a.tar.bz2
Merge pull request #37 from mwturvey/WinSupport2
VS2017 CE Support
Diffstat (limited to 'redist/symbol_enumerator.c')
-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>