comictagger/unrar/resource.hpp

12 lines
136 B
C++
Raw Normal View History

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