/////////////////////////////////////////////////////////////////////////////
-// Name: wxprec.h
+// Name: wx/wxprec.h
// Purpose: Includes the appropriate files for precompiled headers
// Author: Julian Smart
// Modified by:
// Created: 01/02/97
// RCS-ID: $Id$
-// Copyright: (c)
+// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifdef WX_PRECOMP
-// include <wx/wxchar.h> first to ensure that UNICODE macro is correctly set
+// include "wx/wxchar.h" first to ensure that UNICODE macro is correctly set
// _before_ including <windows.h>
#include "wx/wxchar.h"
#include "wx/msw/wrapwin.h"
#endif
+// include all PalmOS headers at once
+#ifdef __WXPALMOS__
+# include <PalmOS.h>
+#endif
+
+// include <os2.h>
+#ifdef __OS2__
+# include "wx/os2/private.h"
+#endif
+
+// include mgl headers
+#ifdef __WXMGL__
+# include "wx/mgl/private.h"
+#endif
+
// include the most common wx headers
#include "wx/wx.h"