mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
c77a5ff99b
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
.
12 lines
193 B
C
12 lines
193 B
C
#ifndef _WINRESRC_H
|
|
#define _WINRESRC_H
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#include <winuser.h>
|
|
#include <winnt.h>
|
|
#include <winver.h>
|
|
#include <dde.h>
|
|
#include <dlgs.h>
|
|
#include <commctrl.h>
|
|
#endif
|