Changeset 1769
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/napi.c
r1760 r1769 59 59 #define THREAD_LOCAL __thread 60 60 #endif 61 62 #ifdef _MSC_VER 63 #define snprintf _snprintf 64 #endif /* _MSC_VER */ 61 65 62 66 #include "nx_stptok.h" -
trunk/src/napi5.c
r1766 r1769 39 39 #endif 40 40 #endif 41 42 #ifdef _MSC_VER 43 #define snprintf _snprintf 44 #endif /* _MSC_VER */ 41 45 42 46 #define NX_UNKNOWN_GROUP "" /* for when no NX_class attr */ -
trunk/src/nxio.c
r1673 r1769 38 38 #define MXML_WRAP 79 39 39 #endif 40 41 #ifdef _MSC_VER 42 #define snprintf _snprintf 43 #endif /* _MSC_VER */ 40 44 41 45 /* #define TESTMAIN 1 */ -
trunk/src/nxxml.c
r1747 r1769 34 34 #include "nxdataset.h" 35 35 36 #ifdef _MSC_VER 37 #define snprintf _snprintf 38 #endif /* _MSC_VER */ 36 39 37 40 extern void *NXpData;
Note: See TracChangeset
for help on using the changeset viewer.
