Changeset 1848
- Timestamp:
- 21/09/2007 20:47:07 (4 years ago)
- File:
-
- 1 edited
-
box/chris/general/lib/win32/getopt_long.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/chris/general/lib/win32/getopt_long.cxx
r530 r1848 58 58 */ 59 59 60 #include "Box.h"60 // #include "Box.h" 61 61 62 62 #include <errno.h> 63 63 #include <stdarg.h> 64 64 #include <stdlib.h> 65 #include <stdio.h> 65 66 #include <string.h> 66 67 67 #ifdef _MSC_VER 68 #include "getopt.h" 69 70 #if defined _MSC_VER || defined __MINGW32__ 68 71 #define REPLACE_GETOPT /* use this getopt as the system getopt(3) */ 69 72 #endif
Note: See TracChangeset
for help on using the changeset viewer.
