use _WIN32 instead of WIN32 (_WIN32 is a compiler built-in)
add virtual destructor to bFile
This commit is contained in:
@@ -17,7 +17,7 @@ subject to the following restrictions:
|
||||
#define __BCHUNK_H__
|
||||
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
#define long64 __int64
|
||||
#else
|
||||
#define long64 long long
|
||||
|
||||
Reference in New Issue
Block a user