1
0
Fork 0

comment reformat

This commit is contained in:
curt 1998-10-20 15:50:16 +00:00
parent 477753ef94
commit 4daff42c25

View file

@ -11,8 +11,7 @@
#include <Bucket/bucketutils.h>
#ifdef __CYGWIN32__
# define MKDIR(a) mkdir(a,S_IRWXU) // I am just guessing at this flag
(NHV)
# define MKDIR(a) mkdir(a,S_IRWXU) // I am just guessing at this flag (NHV)
#endif // __CYGWIN32__
#ifdef __CYGWIN32__