mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 08:23:00 +00:00
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:
parent
35aafac05c
commit
529cde0611
1 changed files with 59 additions and 60 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue