touched up some source files for borland and msvc.
added more options to bakefile description
This commit is contained in:
@ -34,8 +34,7 @@ public:
|
||||
void* reallocMem (void* ptr, size_t n);
|
||||
virtual void freeMem (void* ptr);
|
||||
|
||||
public:
|
||||
static StdMmgr DFL;
|
||||
static StdMmgr* getDFL();
|
||||
};
|
||||
|
||||
/////////////////////////////////
|
||||
|
@ -42,7 +42,7 @@
|
||||
* choice of the default character type #qse_char_t.
|
||||
*/
|
||||
|
||||
#if defined(_WIN32) && !defined(__MINGW32__)
|
||||
#if defined(_WIN32) && defined(_MSC_VER)
|
||||
# if defined(QSE_CHAR_IS_MCHAR)
|
||||
# define qse_main main
|
||||
# define QSE_ACHAR_IS_MCHAR
|
||||
|
Reference in New Issue
Block a user