diff options
Diffstat (limited to 'w32/include/sub_proc.h')
-rw-r--r-- | w32/include/sub_proc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/w32/include/sub_proc.h b/w32/include/sub_proc.h index 4f1f312..700b945 100644 --- a/w32/include/sub_proc.h +++ b/w32/include/sub_proc.h @@ -20,7 +20,7 @@ /* $Id$ */
-#ifdef WIN32
+#ifdef WINDOWS32
#define EXTERN_DECL(entry, args) extern entry args
#define VOID_DECL void
|