LINKAGEMODE moved to defs.h - string.cpp actually compiles now...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -63,7 +63,9 @@
|
|||||||
#ifndef __WXPM__
|
#ifndef __WXPM__
|
||||||
#define __WXPM__
|
#define __WXPM__
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Place other OS/2 compiler environment defines here
|
// Place other OS/2 compiler environment defines here
|
||||||
|
#define LINKAGEMODE _Optlink
|
||||||
#else // Windows
|
#else // Windows
|
||||||
#ifndef __WINDOWS__
|
#ifndef __WINDOWS__
|
||||||
#define __WINDOWS__
|
#define __WINDOWS__
|
||||||
@@ -82,6 +84,11 @@
|
|||||||
#endif // compiler
|
#endif // compiler
|
||||||
#endif // OS
|
#endif // OS
|
||||||
|
|
||||||
|
// LINKAGEMODE mode is empty for everyting except OS/2
|
||||||
|
#ifndef LINKAGEMODE
|
||||||
|
#define LINKAGEMODE
|
||||||
|
#endif // LINKAGEMODE
|
||||||
|
|
||||||
// suppress some Visual C++ warnings
|
// suppress some Visual C++ warnings
|
||||||
#ifdef __VISUALC__
|
#ifdef __VISUALC__
|
||||||
# pragma warning(disable:4244) // conversion from double to float
|
# pragma warning(disable:4244) // conversion from double to float
|
||||||
|
@@ -29,12 +29,6 @@
|
|||||||
#pragma interface "list.h"
|
#pragma interface "list.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __WXPM__
|
|
||||||
#define LINKAGEMODE _Optlink
|
|
||||||
#else
|
|
||||||
#define LINKAGEMODE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
// headers
|
// headers
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user