Redefines because windows mobile doesn't have W apis for these defindes. Not part of da browser

This commit is contained in:
Doug Turner 2008-11-03 22:58:15 +00:00
Родитель c70ee9d766
Коммит 0ec3c50110
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -50,6 +50,10 @@
#define stricmp _stricmp
#define wgetcwd _wgetcwd
#define SHGetSpecialFolderPathW SHGetSpecialFolderPath
#define SHGetPathFromIDListW SHGetPathFromIDList
#define FONTENUMPROCW FONTENUMPROC
#ifdef __cplusplus
extern "C" {
#endif