use _WIN32 instead of WIN32 (_WIN32 is a compiler built-in)

add virtual destructor to bFile
This commit is contained in:
erwin.coumans
2010-02-06 18:50:45 +00:00
parent 744774d9ad
commit a9556d0fd5
21 changed files with 148 additions and 148 deletions

View File

@@ -17,7 +17,7 @@ subject to the following restrictions:
#define __BCHUNK_H__
#ifdef WIN32
#ifdef _WIN32
#define long64 __int64
#else
#define long64 long long

View File

@@ -102,7 +102,7 @@ namespace bParse {
//todo: make memoryBuffer const char
//bFile( const char *memoryBuffer, int len);
bFile( char *memoryBuffer, int len, const char headerString[7]);
~bFile();
virtual ~bFile();
bDNA* getFileDNA()
{