diff options
Diffstat (limited to 'unrar/unrar/os.hpp')
| -rw-r--r-- | unrar/unrar/os.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unrar/unrar/os.hpp b/unrar/unrar/os.hpp index 453b9b0..fbcf3a0 100644 --- a/unrar/unrar/os.hpp +++ b/unrar/unrar/os.hpp @@ -33,6 +33,7 @@ #include <prsht.h> #ifndef _WIN_CE + #include <shellapi.h> #include <shlobj.h> #include <winioctl.h> #endif @@ -213,7 +214,7 @@ #endif -typedef const char* MSGID; + typedef const char* MSGID; #define safebuf static |
