processor.rc (7abc8be1) | processor.rc (0a3f6f3b) |
---|---|
1#include <windef.h> 2#include <winuser.h> 3 4#include "resource.h" 5 6#define REACTOS_VERSION_DLL 7#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Processor Shell Extension" 8#define REACTOS_STR_INTERNAL_NAME "processorext" --- 10 unchanged lines hidden (view full) --- 19 #include "lang/fr-FR.rc" 20#endif 21#ifdef LANGUAGE_PL_PL 22 #include "lang/pl-PL.rc" 23#endif 24#ifdef LANGUAGE_RU_RU 25 #include "lang/ru-RU.rc" 26#endif | 1#include <windef.h> 2#include <winuser.h> 3 4#include "resource.h" 5 6#define REACTOS_VERSION_DLL 7#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Processor Shell Extension" 8#define REACTOS_STR_INTERNAL_NAME "processorext" --- 10 unchanged lines hidden (view full) --- 19 #include "lang/fr-FR.rc" 20#endif 21#ifdef LANGUAGE_PL_PL 22 #include "lang/pl-PL.rc" 23#endif 24#ifdef LANGUAGE_RU_RU 25 #include "lang/ru-RU.rc" 26#endif |
27#ifdef LANGUAGE_ZH_CN 28 #include "lang/zh-CN.rc" 29#endif 30#ifdef LANGUAGE_ZH_TW 31 #include "lang/zh-TW.rc" 32#endif |
|