diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-02-06 22:26:12 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-02-06 22:26:12 +0000 |
commit | 01e5e1f0a2d19c051106669cc8df5da2d1cffbe2 (patch) | |
tree | 1815772c338e506002ce068ded1613c77e426a84 /src/lib/JEDI-SDL/SDL/Pas/moduleloader.pas | |
parent | ca4174bf978fc74150b6b619bbb68ae3d53e4f2c (diff) | |
download | usdx-01e5e1f0a2d19c051106669cc8df5da2d1cffbe2.tar.gz usdx-01e5e1f0a2d19c051106669cc8df5da2d1cffbe2.tar.xz usdx-01e5e1f0a2d19c051106669cc8df5da2d1cffbe2.zip |
replace ifdef win32 by ifdef mswindows for win64 compilation. please test.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2098 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib/JEDI-SDL/SDL/Pas/moduleloader.pas')
-rw-r--r-- | src/lib/JEDI-SDL/SDL/Pas/moduleloader.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/JEDI-SDL/SDL/Pas/moduleloader.pas b/src/lib/JEDI-SDL/SDL/Pas/moduleloader.pas index ea4f220c..796aa0ab 100644 --- a/src/lib/JEDI-SDL/SDL/Pas/moduleloader.pas +++ b/src/lib/JEDI-SDL/SDL/Pas/moduleloader.pas @@ -59,7 +59,7 @@ interface // each OS gets its own IFDEFed complete code block to make reading easier -{$IFDEF WIN32} +{$IFDEF MSWINDOWS} uses Windows; |