X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/50c319beec2454b4f669b6c8cf3d089f53c979f6..a8f2578758be3956d1cb55503c8cb773c7c96322:/src/msw/taskbar.cpp diff --git a/src/msw/taskbar.cpp b/src/msw/taskbar.cpp index 749fabf602..b34e42e02e 100644 --- a/src/msw/taskbar.cpp +++ b/src/msw/taskbar.cpp @@ -23,18 +23,27 @@ #ifndef WX_PRECOMP #include "wx/defs.h" +#include "wx/window.h" +#include "wx/frame.h" +#include "wx/utils.h" #endif -#ifdef __WIN95__ +#if defined(__WIN95__) && !defined(__TWIN32__) -#include -#include #include +#include +#include #include +#ifndef __TWIN32__ #ifdef __GNUWIN32__ #include #endif +#endif + +#ifdef __SALFORDC__ +#include +#endif LRESULT APIENTRY _EXPORT wxTaskBarIconWindowProc( HWND hWnd, unsigned msg, UINT wParam, LONG lParam );