r48: Added Microsoft Windows compatibility
[ctsim.git] / include / kstddef.h
index deb65fa70b03052ef3b06efef94bd5d4a951bd98..7b19338c1088c1848bd796f0352a04d2afecd6f4 100644 (file)
@@ -2,8 +2,11 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: kstddef.h,v 1.8 2000/05/08 20:00:48 kevin Exp $
+**  $Id: kstddef.h,v 1.9 2000/05/11 01:04:44 kevin Exp $
 **  $Log: kstddef.h,v $
+**  Revision 1.9  2000/05/11 01:04:44  kevin
+**  Added Microsoft Windows compatibility
+**
 **  Revision 1.8  2000/05/08 20:00:48  kevin
 **  ANSI C changes
 **
@@ -150,8 +153,8 @@ typedef struct timedate_st TIMEDATE;
 
 /*----------------------------------------------------------------------*/
 
-/* codes for open command */
 
+/* codes for open command */
 #if MICROSOFT
 #define OPEN_RDONLY  O_RDONLY                  /* other system use standard codes */
 #define OPEN_WRONLY  O_WRONLY                  /* for binary */