Added WINE and probably x-compile makefiles

Fixed busy cursor compilation.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-08-13 08:58:58 +00:00
parent 75ef19df59
commit e4b4d60e56
4 changed files with 287 additions and 24 deletions

View File

@@ -23,7 +23,6 @@
#include "wx/setup.h"
#include "wx/object.h"
#include "wx/list.h"
#include "wx/window.h"
#include "wx/filefn.h"
#ifdef __X__
@@ -39,6 +38,7 @@
class WXDLLEXPORT wxProcess;
class WXDLLEXPORT wxFrame;
class WXDLLEXPORT wxWindow;
// FIXME should use wxStricmp() instead
#if defined(__GNUWIN32__)