diff options
Diffstat (limited to 'common/translation.cpp')
-rw-r--r-- | common/translation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/translation.cpp b/common/translation.cpp index 5c8a04352d..3570e8c5ae 100644 --- a/common/translation.cpp +++ b/common/translation.cpp @@ -19,7 +19,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifdef WIN32 +#if defined(WIN32) #define WIN32_LEAN_AND_MEAN #include <windows.h> // winnt.h defines ARRAYSIZE, but we want our own one... - this is needed before including util.h |