aboutsummaryrefslogtreecommitdiff
path: root/Src/external_dependencies/openmpt-trunk/include/unrar/resource.hpp
blob: 62c5bf49efad8dca5a4c0a69f22e1296d86222d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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