mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 06:22:20 +00:00
Redefines because windows mobile doesn't have W apis for these defindes. Not part of da browser
This commit is contained in:
parent
c70ee9d766
commit
0ec3c50110
@ -50,6 +50,10 @@
|
||||
#define stricmp _stricmp
|
||||
#define wgetcwd _wgetcwd
|
||||
|
||||
#define SHGetSpecialFolderPathW SHGetSpecialFolderPath
|
||||
#define SHGetPathFromIDListW SHGetPathFromIDList
|
||||
#define FONTENUMPROCW FONTENUMPROC
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user