Welcome to mirror list, hosted at ThFree Co, Russian Federation.

resource.hpp « unrar « thirdparty « src - github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 98a6c6ba57c2192b0a0479dfad4c55057acbd951 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _RAR_RESOURCE_
#define _RAR_RESOURCE_

#ifdef RARDLL
#define St(x) (L"")
#else
const wchar *St(MSGID StringId);
#endif


#endif