Added a #define so MSVC will in turn #define.

This commit is contained in:
n-a-c-h
2006-02-28 03:34:33 +00:00
parent 79a2c0af94
commit e54dd4668d
2 changed files with 2 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#include "gblhdr.h"
#define DIR_SLASH '/'
#else
#define _POSIX_
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@@ -25,6 +25,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#define DIR_SLASH "/"
#define WRITE_BINARY "w"
#else
#define _POSIX_
#include <stdio.h>
#include <stdlib.h>
#include <string.h>