Changes to allow Cygwin to compile in non-PCH mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -21,15 +21,19 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/defs.h"
|
||||
#include "wx/window.h"
|
||||
#include "wx/frame.h"
|
||||
#include "wx/utils.h"
|
||||
#endif
|
||||
|
||||
#ifdef __WIN95__
|
||||
|
||||
#include <wx/msw/taskbar.h>
|
||||
#include <string.h>
|
||||
#include <windows.h>
|
||||
#include <wx/msw/taskbar.h>
|
||||
#include <wx/msw/private.h>
|
||||
|
||||
#ifdef __GNUWIN32__
|
||||
|
Reference in New Issue
Block a user