[OSK][PROGMAN] Fix resource file build.

This commit is contained in:
Hermès Bélusca-Maïto 2023-11-23 16:16:44 +01:00
parent f6fb7c48c9
commit 84e4ad0a82
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
3 changed files with 9 additions and 4 deletions

View file

@ -5,8 +5,10 @@
* COPYRIGHT: Denis ROBERT
*/
/* INCLUDES ******************************************************************/
#include "precomp.h"
#include <windef.h>
#include <winuser.h>
#include "osk_res.h"
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS On Screen Keyboard"
#define REACTOS_STR_INTERNAL_NAME "osk"
@ -17,7 +19,6 @@
IDI_OSK ICON "res/osk.ico"
IDI_SOUNDCLICK WAVE "res/click.wav"
IDI_BACK ICON "res/back.ico"
IDI_TAB ICON "res/tab.ico"
IDI_CAPS_LOCK ICON "res/caps_lock.ico"

View file

@ -7,7 +7,9 @@
//
// Generated from the TEXTINCLUDE 2 resource.
//
#if 0
#include "afxres.h"
#endif
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
@ -32,7 +34,9 @@ END
2 TEXTINCLUDE
BEGIN
"#if 0\r\n"
"#include ""afxres.h""\r\n"
"#endif\r\n"
"\0"
END

View file

@ -3,7 +3,7 @@
// Used by new_resources.rc
//
#include <winuser.h>
// #include <winuser.h>
#define IDHELP 9