#pragma hdrstop
#endif
+#include "wx/window.h"
+#include "wx/msw/private.h"
+
#ifndef WX_PRECOMP
#include "wx/setup.h"
#include "wx/event.h"
#if wxUSE_ITSY_BITSY
#include "wx/minifram.h"
-#include "wx/msw/private.h"
#ifndef __TWIN32__
#ifdef __GNUWIN32__
//
//////////////////////////////////////////////////////////////////////////
-#include <windows.h>
-#include <windowsx.h>
+#include "wx/window.h"
+#include "wx/msw/private.h"
#include <string.h>
rgbText = SetTextColor( hDC, rgbText ) ;
SetBkMode( hDC, nBkMode ) ;
+#ifdef __WIN16__
+ GlobalFreePtr( (unsigned int) lpsz ) ;
+#else
GlobalFreePtr( lpsz ) ;
+#endif
}
}