make WIN32 defined for Borland properly, as told by Alexander J. Oss
This commit is contained in:
@@ -25,9 +25,8 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#if !defined(WIN32) && defined(_WIN32)
|
||||
/* This _might_ be a good Borland fix. Please report whether this works or
|
||||
not! */
|
||||
#if !defined(WIN32) && defined(__WIN32__)
|
||||
/* Borland fix */
|
||||
#define WIN32
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user