Create a branch for working on csrss and co.
[reactos.git] / dll / cpl / wined3dcfg / rsrc.rc
1 #include <windows.h>
2 #include "resource.h"
3
4 // UTF-8
5 #pragma code_page(65001)
6 #ifdef LANGUAGE_EN_US
7 #include "lang/en-US.rc"
8 #endif
9 #ifdef LANGUAGE_PL_PL
10 #include "lang/pl-PL.rc"
11 #endif
12 #ifdef LANGUAGE_RO_RO
13 #include "lang/ro-RO.rc"
14 #endif