1
0
Fork 0
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:
Brian Fiete 2019-10-09 16:20:09 -07:00
parent 609dbfa256
commit c97b074fee
12 changed files with 131 additions and 68 deletions

View file

@ -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"

View file

@ -111,7 +111,7 @@ public:
public:
Entry** mHashHeads;
const int cDefaultHashSize = 17;
static const int cDefaultHashSize = 17;
int mHashSize;
int mCount;