DEBSOURCES
Skip Quicknav
sources / unrar-nonfree / 1%3A7.1.8-1 / resource.hpp
1234567891011
#ifndef _RAR_RESOURCE_ #define _RAR_RESOURCE_ #ifdef RARDLL #define St(x) (L"") #else const wchar *St(MSGID StringId); #endif #endif