mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 20:43:18 +00:00
[3DTEXT]
Add symbol to make things look more... mature in C:\ReactOS svn path=/trunk/; revision=67778
This commit is contained in:
parent
3fa1dc5790
commit
f58c18579a
3 changed files with 3 additions and 0 deletions
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
|
@ -1,4 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#define IDC_STATIC -1
|
||||
#define IDI_ICON 101
|
||||
#define IDC_MESSAGE_TEXT 1001
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
IDI_ICON ICON DISCARDABLE "res/icon_3dtext.ico"
|
||||
|
||||
#define REACTOS_VERSION_DLL
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "OpenGL 3DText ScreenSaver"
|
||||
#define REACTOS_STR_INTERNAL_NAME "3dtext"
|
||||
|
|
Loading…
Reference in a new issue