mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Linux fixes, misc fixes
This commit is contained in:
parent
609dbfa256
commit
c97b074fee
12 changed files with 131 additions and 68 deletions
|
@ -2,6 +2,10 @@
|
|||
#include "CritSect.h"
|
||||
#include "util/Dictionary.h"
|
||||
|
||||
#ifdef DEF_BF_ALLOCDEBUG
|
||||
#define USE_BF_ALLOCDEBUG
|
||||
#endif
|
||||
|
||||
#pragma warning(disable:4996)
|
||||
#include <cstdio>
|
||||
#include "AllocDebug.h"
|
||||
|
|
|
@ -111,7 +111,7 @@ public:
|
|||
|
||||
public:
|
||||
Entry** mHashHeads;
|
||||
const int cDefaultHashSize = 17;
|
||||
static const int cDefaultHashSize = 17;
|
||||
int mHashSize;
|
||||
int mCount;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue