mirror of
https://github.com/reactos/reactos.git
synced 2025-06-13 07:18:30 +00:00
[ACPI]
- Define WIN32 when compiling with MSVC svn path=/trunk/; revision=48132
This commit is contained in:
parent
5be505d1b4
commit
8d15da936a
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@
|
||||||
<xi:include href="compbatt/compbatt.rbuild" />
|
<xi:include href="compbatt/compbatt.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
|
|
||||||
|
<if property="ARCH" value="i386">
|
||||||
|
<group compilerset="msc">
|
||||||
|
<define name="WIN32"/>
|
||||||
|
</group>
|
||||||
|
</if>
|
||||||
|
|
||||||
<module name="acpi" type="kernelmodedriver" installbase="system32/drivers" installname="acpi.sys" allowwarnings="true">
|
<module name="acpi" type="kernelmodedriver" installbase="system32/drivers" installname="acpi.sys" allowwarnings="true">
|
||||||
<bootstrap installbase="$(CDOUTPUT)" />
|
<bootstrap installbase="$(CDOUTPUT)" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue