runas.rc (5811da1e) | runas.rc (2ea56af2) |
---|---|
1#include <windef.h> 2#include <winuser.h> 3 4#include "resource.h" 5 6/* Define language neutral resources */ 7LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL 8 --- 8 unchanged lines hidden (view full) --- 17#pragma code_page(65001) 18 19#ifdef LANGUAGE_DE_DE 20 #include "lang/de-DE.rc" 21#endif 22#ifdef LANGUAGE_EN_US 23 #include "lang/en-US.rc" 24#endif | 1#include <windef.h> 2#include <winuser.h> 3 4#include "resource.h" 5 6/* Define language neutral resources */ 7LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL 8 --- 8 unchanged lines hidden (view full) --- 17#pragma code_page(65001) 18 19#ifdef LANGUAGE_DE_DE 20 #include "lang/de-DE.rc" 21#endif 22#ifdef LANGUAGE_EN_US 23 #include "lang/en-US.rc" 24#endif |
25#ifdef LANGUAGE_TR_TR 26 #include "lang/tr-TR.rc" 27#endif |
|