diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-08-21 20:39:02 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-08-21 20:39:02 +0200 |
| commit | c6db81b5e20f62e8a5d24373d73b19d519b2fa44 (patch) | |
| tree | 1e6cb2346b47ed9302de372aebdb10f0d5b32023 /unrar/unrar/os.hpp | |
| parent | 3d051722dea893c1b813db8bbeae1430b9eddd52 (diff) | |
| download | tuxcmd-modules-c6db81b5e20f62e8a5d24373d73b19d519b2fa44.tar.xz | |
Update unrar sources to v3.8.2
Unfortunately, I had to make some small compatibility fixes in unrar code. Changes are commented with my name.
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 |
