diff options
Diffstat (limited to 'onlineupdate/source/update')
-rw-r--r-- | onlineupdate/source/update/inc/mozilla/Assertions.h | 2 | ||||
-rw-r--r-- | onlineupdate/source/update/inc/mozilla/Types.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/onlineupdate/source/update/inc/mozilla/Assertions.h b/onlineupdate/source/update/inc/mozilla/Assertions.h index c72e020806cd..5669091bbb8e 100644 --- a/onlineupdate/source/update/inc/mozilla/Assertions.h +++ b/onlineupdate/source/update/inc/mozilla/Assertions.h @@ -24,7 +24,7 @@ #include <stddef.h> #include <stdio.h> #include <stdlib.h> -#ifdef WIN32 +#ifdef _WIN32 /* * TerminateProcess and GetCurrentProcess are defined in <winbase.h>, which * further depends on <windef.h>. We hardcode these few definitions manually diff --git a/onlineupdate/source/update/inc/mozilla/Types.h b/onlineupdate/source/update/inc/mozilla/Types.h index a5d936389d99..9d1e34b6d1d6 100644 --- a/onlineupdate/source/update/inc/mozilla/Types.h +++ b/onlineupdate/source/update/inc/mozilla/Types.h @@ -37,7 +37,7 @@ * These macros are designed for use by library interfaces -- not for normal * methods or data used cross-file. */ -#if defined(WIN32) +#if defined(_WIN32) # define MOZ_EXPORT __declspec(dllexport) #else /* Unix */ # ifdef HAVE_VISIBILITY_ATTRIBUTE |