//+---------------------------------------------------------------------------- // // Job Scheduler // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1992 - 1996. // // File: headers.hxx // // Contents: standard headers // // History: 23-May-95 EricB created // //----------------------------------------------------------------------------- #include #include #include #include #include #include #include // LIST_ENTRY etc are used even for non-NT builds #include #include #include #include #include #include #include // MUST be included BEFORE commctrl.h so that #include // DUMMYUNIONNAME4 & 5 will be defined #include #include #include #include #include #include #include #include #include #define OVERRIDE_SHLWAPI_PATH_FUNCTIONS #include #define EXPORTDEF // Needed by cdlink.hxx #include #include #include "..\..\smdebug\smdebug.h" #define ResultFromShort(i) MAKE_HRESULT(SEVERITY_SUCCESS, 0, (USHORT)(i)) #define ShortFromResult(r) (short)HRESULT_CODE(r) #define SA_MAX_COMPUTERNAME_LENGTH 256