Subversion Repositories filter_foundry

Rev

Rev 434 | Rev 536 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 434 Rev 449
Line 118... Line 118...
118
#ifdef _MSC_VER
118
#ifdef _MSC_VER
119
        #define strcasecmp _stricmp
119
        #define strcasecmp _stricmp
120
        #define snprintf _snprintf
120
        #define snprintf _snprintf
121
#endif /* _MSC_VER */
121
#endif /* _MSC_VER */
122
 
122
 
-
 
123
#ifndef WIN_ENV
-
 
124
#ifdef UNICODE
-
 
125
typedef wchar_t TCHAR;
-
 
126
#else
-
 
127
typedef char TCHAR;
-
 
128
#endif
-
 
129
#endif
-
 
130
 
123
#endif
131
#endif