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
.
21 lines
273 B
C
21 lines
273 B
C
#ifndef _AFXRES_H
|
|
#define _AFXRES_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#ifndef _WINDOWS_H
|
|
#include <windows.h>
|
|
#endif
|
|
|
|
/* IDC_STATIC is documented in winuser.h, but not defined. */
|
|
#ifndef IDC_STATIC
|
|
#define IDC_STATIC (-1)
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|