--- mstools/h/windows.h 2018/08/09 18:20:01 1.1.1.1 +++ mstools/h/windows.h 2018/08/09 18:20:27 1.1.1.2 @@ -1,6 +1,6 @@ /*++ BUILD Version: 0001 // Increment this if a change has global effects -Copyright (c) 1985-91, Microsoft Corporation +Copyright (c) 1985-1992, Microsoft Corporation Module Name: @@ -46,6 +46,7 @@ Abstract: * NOMSG - typedef MSG and associated routines * NOOPENFILE - OpenFile(), OemToAnsi, AnsiToOem, and OF_* * NOSCROLL - SB_* and scrolling routines + * NOSERVICE - All Service Controller routines, SERVICE_ equates, etc. * NOSOUND - Sound driver routines * NOTEXTMETRIC - typedef TEXTMETRIC and associated routines * NOWH - SetWindowsHook and WH_* @@ -78,7 +79,10 @@ Abstract: #endif /* RC_INVOKED */ +#ifndef RC_INVOKED #include +#endif /* RC_INVOKED */ + #include #include #include @@ -87,5 +91,10 @@ Abstract: #include #include #include +#include +#include +#ifndef NOSERVICE +#include +#endif #endif // _WINDOWS_