Add xflaim vc8 solution and project files, add INSTALL.W32, fix a few minor vc8 incompatibilities.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@115 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -1701,7 +1701,7 @@ Desc:
|
||||
#if defined( FLM_DEBUG) && !defined( FLM_WATCOM_NLM) && !defined( FLM_SOLARIS)
|
||||
void XF_Base::operator delete(
|
||||
void * ptr,
|
||||
char *, // file
|
||||
const char *, // file
|
||||
int) // line
|
||||
{
|
||||
if( !ptr)
|
||||
@@ -1719,7 +1719,7 @@ Desc:
|
||||
#if defined( FLM_DEBUG) && !defined( FLM_WATCOM_NLM) && !defined( FLM_SOLARIS)
|
||||
void XF_Base::operator delete[](
|
||||
void * ptr,
|
||||
char *, // file
|
||||
const char *, // file
|
||||
int) // line
|
||||
{
|
||||
if( !ptr)
|
||||
|
||||
Reference in New Issue
Block a user