reactos/dll/shellext/fontext/fontext.rc

14 lines
321 B
Plaintext

#include <windef.h>
#include "resource.h"
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Font Folder"
#define REACTOS_STR_INTERNAL_NAME "fontext"
#define REACTOS_STR_ORIGINAL_FILENAME "fontext.dll"
#include <reactos/version.rc>
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif