Added various #includes for non-precompiled headers.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2002-01-20 22:00:11 +00:00
parent 74707ecf7c
commit a4a162522b
13 changed files with 28 additions and 4 deletions

View File

@@ -34,7 +34,11 @@
#include "wx/button.h"
#include "wx/msgdlg.h"
#include "wx/scrolwin.h"
#include "wx/radiobox.h"
#include "wx/slider.h"
#include "wx/statusbr.h"
#include "wx/toolbar.h"
#include "wx/settings.h"
#include <stdio.h>
#endif
@@ -2803,6 +2807,8 @@ MRESULT wxWindowOS2::OS2WindowProc(
return mResult;
} // end of wxWindowOS2::OS2WindowProc
#ifndef __EMX__
// clashes with wxDlgProc in toplevel.cpp?
//
// Dialog window proc
//
@@ -2829,6 +2835,7 @@ MRESULT wxDlgProc(
return (MRESULT)0;
}
} // end of wxDlgProc
#endif
wxWindow* wxFindWinFromHandle(
WXHWND hWnd