mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:02:56 +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
|
@ -21,10 +21,10 @@
|
|||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
|
||||
#ifndef _INC_WINSNMP
|
||||
#define _INC_WINSNMP
|
||||
#ifndef _WINSNMP_H
|
||||
#define _WINSNMP_H
|
||||
|
||||
#ifndef _INC_WINDOWS
|
||||
#ifndef _WINDOWS_H
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
|
@ -323,5 +323,4 @@ SNMPAPI_STATUS WINSNMPAPI SnmpPasswordToKey(smiLPOCTETS,smiINT32,smiLPOCTETS);
|
|||
}
|
||||
#endif
|
||||
#include <poppack.h>
|
||||
|
||||
#endif /* _INC_WINSNMP */
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue