use -D__USE_W32API

svn path=/trunk/; revision=15552
This commit is contained in:
Steven Edwards 2005-05-27 22:15:36 +00:00
parent f6f9cdcdbb
commit fc8a20b794
2 changed files with 3 additions and 1 deletions

View file

@ -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)

View file

@ -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