1#include "resource.h" 2#include <windows.h> 3 4LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL 5 6#define REACTOS_VERSION_DLL 7#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Software Control Panel\0" 8#define REACTOS_STR_INTERNAL_NAME "joy\0" 9#define REACTOS_STR_ORIGINAL_FILENAME "joy.cpl\0" 10#include <reactos/version.rc> 11 12IDI_CPLSYSTEM ICON "resources/applet.ico" 13 14#include "rsrc.rc" 15