Change defines.
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "LoadingWindow_Null.h"
|
#include "LoadingWindow.h"
|
||||||
|
|
||||||
extern void MakeNewCocoaWindow();
|
extern void MakeNewCocoaWindow();
|
||||||
extern void DisposeOfCocoaWindow();
|
extern void DisposeOfCocoaWindow();
|
||||||
@@ -25,7 +25,6 @@ public:
|
|||||||
void SetText(CString str) { SetCocoaWindowText(str.c_str()); }
|
void SetText(CString str) { SetCocoaWindowText(str.c_str()); }
|
||||||
};
|
};
|
||||||
|
|
||||||
#undef ARCH_LOADING_WINDOW
|
#define HAVE_LOADING_WINDOW_COCOA
|
||||||
#define ARCH_LOADING_WINDOW LoadingWindow_Cocoa
|
|
||||||
|
|
||||||
#endif /* LOADING_WINDOW_COCOA */
|
#endif /* LOADING_WINDOW_COCOA */
|
||||||
|
|||||||
@@ -13,8 +13,7 @@ public:
|
|||||||
void Paint() { }
|
void Paint() { }
|
||||||
};
|
};
|
||||||
|
|
||||||
#undef ARCH_LOADING_WINDOW
|
#define HAVE_LOADING_WINDOW_NULL
|
||||||
#define ARCH_LOADING_WINDOW LoadingWindow_Null
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -14,8 +14,7 @@ public:
|
|||||||
void Paint();
|
void Paint();
|
||||||
};
|
};
|
||||||
|
|
||||||
#undef ARCH_LOADING_WINDOW
|
#define HAVE_LOADING_WINDOW_NULL
|
||||||
#define ARCH_LOADING_WINDOW LoadingWindow_SDL
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -22,8 +22,7 @@ public:
|
|||||||
void Paint();
|
void Paint();
|
||||||
};
|
};
|
||||||
|
|
||||||
#undef ARCH_LOADING_WINDOW
|
#define HAVE_LOADING_WINDOW_WIN32
|
||||||
#define ARCH_LOADING_WINDOW LoadingWindow_Win32
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user