reactos/dll/cpl/wined3dcfg/rsrc.rc

15 lines
252 B
Plaintext
Raw Normal View History

#include <windows.h>
#include "resource.h"
// UTF-8
#pragma code_page(65001)
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif
#ifdef LANGUAGE_PL_PL
#include "lang/pl-PL.rc"
#endif
#ifdef LANGUAGE_RO_RO
#include "lang/ro-RO.rc"
#endif