mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 08:45:46 -04:00
Initial community commit
This commit is contained in:
13
Src/external_dependencies/openmpt-trunk/include/unrar/resource.hpp
vendored
Normal file
13
Src/external_dependencies/openmpt-trunk/include/unrar/resource.hpp
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
#ifndef _RAR_RESOURCE_
|
||||
#define _RAR_RESOURCE_
|
||||
|
||||
#ifdef RARDLL
|
||||
#define St(x) (L"")
|
||||
#define StF(x) (L"")
|
||||
#else
|
||||
const wchar *St(MSGID StringId);
|
||||
const wchar *StF(MSGID StringId);
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user