globally renamed uint to size_t. This has _not_ been checked under Windows,
although I changed msw files also, so please wait until this evening if you want to be sure that it compiles. This change should fix 64 bit compilation problems, but it would be nice to test it... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -169,22 +169,9 @@ typedef int wxWindowID;
|
||||
class WXDLLEXPORT wxObject;
|
||||
class WXDLLEXPORT wxEvent;
|
||||
|
||||
// Vadim's types - check whether we need them all
|
||||
|
||||
/// the type for various indexes (string, arrays, ...)
|
||||
typedef unsigned int uint;
|
||||
|
||||
/// extended boolean type: { yes, no, may be }
|
||||
typedef signed int EBool;
|
||||
|
||||
/// with TRUE and FALSE is a possible value for a "3-state" boolean var
|
||||
#define UNKNOWN (-1)
|
||||
/** symbolic constant used by all Find()-like functions returning positive
|
||||
/** symbolic constant used by all Find()-like functions returning positive
|
||||
integer on success as failure indicator */
|
||||
#define NOT_FOUND (-1)
|
||||
/** useful for Windows programmers: makes somewhat more clear all these
|
||||
zeroes being passed to Windows APIs */
|
||||
#define RESERVED (NULL)
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// Error codes
|
||||
@@ -244,14 +231,6 @@ enum ErrCode
|
||||
|
||||
#endif // OS
|
||||
|
||||
#if defined(__UNIX__)
|
||||
#define FILE_PATH_SEPARATOR ('/')
|
||||
#elif defined(__WXMSW__)
|
||||
#define FILE_PATH_SEPARATOR ('\\')
|
||||
#else
|
||||
#define FILE_PATH_SEPARATOR ('/')
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// compiler specific settings
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user