diff options
author | Willem Jan Palenstijn | 2011-08-22 08:53:42 +0200 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-08-22 08:57:06 +0200 |
commit | 4f748884bc48cea7d92b7c28b53744a9a92c2f0c (patch) | |
tree | f5b942cc6a4ea5bda64f125b0aa7ab76d7b058d5 /common | |
parent | ae19be062824c7e17632d2c4da7ba5c2f4624095 (diff) | |
parent | c39b7491e6a23450ae0dc41ca6f3c3b06ed91c2e (diff) | |
download | scummvm-rg350-4f748884bc48cea7d92b7c28b53744a9a92c2f0c.tar.gz scummvm-rg350-4f748884bc48cea7d92b7c28b53744a9a92c2f0c.tar.bz2 scummvm-rg350-4f748884bc48cea7d92b7c28b53744a9a92c2f0c.zip |
Merge pull request #67 from chrisws/initial-bada-port-master
This is the initial implementation of the BADA port.
Diffstat (limited to 'common')
-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 |