mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 04:45:43 +00:00
Revert my last commits that break build.
Revert "[PSDK][AFD][VGADDI] Further build and MS PSDK compatibility fixes." This reverts commit99efc2ae50
. Revert "[PSDK] Sync winresrc.h with wine-8.20" This reverts commit3e83562aa7
. Revert "[OSK][PROGMAN] Fix resource file build." This reverts commit84e4ad0a82
. Revert "[PSDK] Use the new .rh files in winresrc.h" This reverts commitf6fb7c48c9
.
This commit is contained in:
parent
99efc2ae50
commit
c77a5ff99b
11 changed files with 43 additions and 122 deletions
|
@ -5,10 +5,8 @@
|
|||
* COPYRIGHT: Denis ROBERT
|
||||
*/
|
||||
|
||||
#include <windef.h>
|
||||
#include <winuser.h>
|
||||
|
||||
#include "osk_res.h"
|
||||
/* INCLUDES ******************************************************************/
|
||||
#include "precomp.h"
|
||||
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS On Screen Keyboard"
|
||||
#define REACTOS_STR_INTERNAL_NAME "osk"
|
||||
|
@ -19,6 +17,7 @@
|
|||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue