Changeset 3092 for trunk/src/kmk/kmkbuiltin/cmp_util.c
- Timestamp:
- Oct 11, 2017, 7:55:09 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin/cmp_util.c
r2591 r3092 36 36 The Regents of the University of California. All rights reserved.\n");*/ 37 37 38 #ifdef _MSC_VER 39 # define MSC_DO_64_BIT_IO 40 #endif 38 41 #include "config.h" 39 42 #include <sys/types.h> … … 55 58 # endif 56 59 #else 57 # define MSC_DO_64_BIT_IO58 60 # include "mscfakes.h" 59 61 #endif
Note:
See TracChangeset
for help on using the changeset viewer.