Changeset 1768 for trunk


Ignore:
Timestamp:
17/11/11 16:40:12 (6 months ago)
Author:
Freddie Akeroyd
Message:

Remove snprintf redefiniiton. Refs #303

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/napi.h

    r1747 r1768  
    5858 
    5959#define CONSTCHAR       const char 
    60  
    61 #ifdef _MSC_VER 
    62 #define snprintf nxisnprintf 
    63 #ifdef __cplusplus 
    64 extern "C" { 
    65 #endif /* __cplusplus */ 
    66 extern int nxisnprintf(char* buffer, int len, const char* format, ... ); 
    67 #ifdef __cplusplus 
    68 } 
    69 #endif /* __cplusplus */ 
    70 #endif /* _MSC_VER */ 
    7160 
    7261typedef void* NXhandle;         /* really a pointer to a NexusFile structure */ 
Note: See TracChangeset for help on using the changeset viewer.