Fix libjpeg build by removing the __REACTOS__ define from it (already defined in "ReactOS-generic.rbuild")

Also remove the USE_W32API define, which was done for many other modules in the past.
Finally, fix the indentation of the rbuild file :)

svn path=/trunk/; revision=33370
This commit is contained in:
Colin Finck 2008-05-08 16:38:20 +00:00
parent 35aafac05c
commit 529cde0611

View file

@ -1,6 +1,4 @@
<module name="libjpeg" type="staticlibrary" allowwarnings="true"> <module name="libjpeg" type="staticlibrary" allowwarnings="true">
<define name="__REACTOS__" />
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x600</define> <define name="_WIN32_IE">0x600</define>
<define name="_WIN32_WINNT">0x501</define> <define name="_WIN32_WINNT">0x501</define>
<define name="HAVE_CONFIG_H" /> <define name="HAVE_CONFIG_H" />
@ -12,6 +10,7 @@
<define name="FREEIMAGE_EXPORTS" /> <define name="FREEIMAGE_EXPORTS" />
<define name="_SECURE_NO_DEPRECATE" /> <define name="_SECURE_NO_DEPRECATE" />
<include base="libjpeg">.</include> <include base="libjpeg">.</include>
<file>jcapimin.c</file> <file>jcapimin.c</file>
<file>jcapistd.c</file> <file>jcapistd.c</file>
<file>jccoefct.c</file> <file>jccoefct.c</file>