Fix build without FIX_BUGS, divide to 0 fixes
This commit is contained in:
@@ -7,7 +7,7 @@ void TextCopy(wchar *dst, const wchar *src);
|
||||
|
||||
struct CKeyEntry
|
||||
{
|
||||
#ifdef FIX_BUGS
|
||||
#if defined(FIX_BUGS) || defined(FIX_BUGS_64)
|
||||
uint32 valueOffset;
|
||||
#else
|
||||
wchar *value;
|
||||
@@ -30,7 +30,7 @@ public:
|
||||
void Unload(void);
|
||||
void Update(wchar *chars);
|
||||
CKeyEntry *BinarySearch(const char *key, CKeyEntry *entries, int16 low, int16 high);
|
||||
#ifdef FIX_BUGS
|
||||
#if defined (FIX_BUGS) || defined(FIX_BUGS_64)
|
||||
wchar *Search(const char *key, wchar *data, uint8 *result);
|
||||
#else
|
||||
wchar *Search(const char *key, uint8* result);
|
||||
|
||||
Reference in New Issue
Block a user