Changeset 1768
- Timestamp:
- 17/11/11 16:40:12 (6 months ago)
- File:
-
- 1 edited
-
trunk/include/napi.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/napi.h
r1747 r1768 58 58 59 59 #define CONSTCHAR const char 60 61 #ifdef _MSC_VER62 #define snprintf nxisnprintf63 #ifdef __cplusplus64 extern "C" {65 #endif /* __cplusplus */66 extern int nxisnprintf(char* buffer, int len, const char* format, ... );67 #ifdef __cplusplus68 }69 #endif /* __cplusplus */70 #endif /* _MSC_VER */71 60 72 61 typedef void* NXhandle; /* really a pointer to a NexusFile structure */
Note: See TracChangeset
for help on using the changeset viewer.
