Go to the documentation of this file.
22 #ifndef OPGP_UNICODE_H
23 #define OPGP_UNICODE_H
29 #if !defined(__wintypes_h__)
31 #define LPCTSTR const char *
34 #define _tcsncpy strncpy
35 #define _tcscpy strcpy
36 #define _tcslen strlen
37 #define _tprintf printf
39 #define _stprintf sprintf
40 #define _tgetenv getenv
41 #define _ftprintf fprintf
42 #define _sntprintf snprintf
44 #define _vftprintf vfprintf
45 #define _tcserror_s strerror_r