diff options
author | rpj <rpj> | 2005-05-18 14:34:18 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-05-18 14:34:18 +0000 |
commit | 70fb72bb490c66f06cdab08ad656c4ce52c71448 (patch) | |
tree | 513aa651f6589c9c3d30dde2d6c0c958c9339d0b /tests/Bmakefile | |
parent | a10f66e68253f8296ea624ebc6b55cd75cd0ba79 (diff) |
''
Diffstat (limited to 'tests/Bmakefile')
-rw-r--r-- | tests/Bmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Bmakefile b/tests/Bmakefile index 682e956..b56c18f 100644 --- a/tests/Bmakefile +++ b/tests/Bmakefile @@ -63,7 +63,7 @@ BCXFLAGS = -D__CLEANUP_C CPLIB = $(BCLIB) CPDLL = $(BCDLL) -CFLAGS= -q $(OPTIM) -w -tWC -tWM -w-aus -w-asc -w-par +CFLAGS= -q $(OPTIM) /D_WIN32_WINNT=0x400 -w -tWC -tWM -4 -w-aus -w-asc -w-par LFLAGS= INCLUDES=-I. BUILD_DIR=.. |