- MFH: don't redefine WINDOWS and pid_t

This commit is contained in:
Pierre Joye 2008-07-05 18:51:17 +00:00
parent 98ce717bf2
commit 5627ff52f0

View File

@ -74,7 +74,10 @@ typedef long pid_t;
#endif
/* General Windows stuff */
#define WINDOWS 1
#ifndef WINDOWS
# define WINDOWS 1
#endif
/* Prevent use of VC5 OpenFile function */
#define NOOPENFILE