mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
13 lines
321 B
Text
13 lines
321 B
Text
#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
|