Codebase list unrar-nonfree / debian/1%6.0.5-1 resource.hpp
debian/1%6.0.5-1

Tree @debian/1%6.0.5-1 (Download .tar.gz)

resource.hpp @debian/1%6.0.5-1raw · history · blame

#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