diff --git a/reactos/base/shell/explorer-new/explorer.c b/reactos/base/shell/explorer-new/explorer.c index e0a31fc561d..395165aef79 100644 --- a/reactos/base/shell/explorer-new/explorer.c +++ b/reactos/base/shell/explorer-new/explorer.c @@ -20,6 +20,8 @@ #include "precomp.h" +#include + HINSTANCE hExplorerInstance; HMODULE hUser32; HANDLE hProcessHeap; diff --git a/reactos/base/shell/explorer-new/precomp.h b/reactos/base/shell/explorer-new/precomp.h index 6fc33724fb7..c7e263dc57d 100644 --- a/reactos/base/shell/explorer-new/precomp.h +++ b/reactos/base/shell/explorer-new/precomp.h @@ -1,34 +1,31 @@ #ifndef _EXPLORER_PRECOMP__H_ #define _EXPLORER_PRECOMP__H_ -#define COBJMACROS + +#include +#include #define WIN32_NO_STATUS #define _INC_WINDOWS #define COM_NO_WINDOWS_H -#include + +#define COBJMACROS + #include #include #include #include #include -#include #include #include #include #include #include #include -#include -#include -#include #include #include "tmschema.h" #include "resource.h" #include "comcsup.h" -//#include "todo.h" -//#include "initguid.h" -#include "undoc.h" /* dynamic imports due to lack of support in msvc linker libs */ typedef INT (APIENTRY *REGSHELLHOOK)(HWND, DWORD); diff --git a/reactos/base/shell/explorer-new/tbsite.c b/reactos/base/shell/explorer-new/tbsite.c index d27240b67cc..8a14ffafcc1 100644 --- a/reactos/base/shell/explorer-new/tbsite.c +++ b/reactos/base/shell/explorer-new/tbsite.c @@ -20,6 +20,10 @@ #include "precomp.h" +#include + +#include "undoc.h" + /***************************************************************************** ** ITrayBandSite ************************************************************ *****************************************************************************/