mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 19:41:57 +00:00
14 lines
321 B
Plaintext
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
|