mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
use -D__USE_W32API
svn path=/trunk/; revision=15552
This commit is contained in:
parent
f6f9cdcdbb
commit
fc8a20b794
2 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define IO_RESOURCE_REQUIRED 0x00 //ROS Extension
|
||||
|
||||
#define ISAPNP_ADDRESS_PORT 0x0279 // ADDRESS (W)
|
||||
#define ISAPNP_WRITE_PORT 0x0A79 // WRITE_DATA (W)
|
||||
#define ISAPNP_MIN_READ_PORT 0x0203 // READ_DATA (R)
|
||||
|
|
|
@ -8,7 +8,7 @@ TARGET_NAME = isapnp
|
|||
|
||||
TARGET_OBJECTS = isapnp.o
|
||||
|
||||
TARGET_CFLAGS = -Werror -Wall
|
||||
TARGET_CFLAGS = -D__USE_W32API -Werror -Wall
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
|
|
Loading…
Reference in a new issue