Fix CGG build
This commit is contained in:
parent
82a9dd712a
commit
48908d77d9
@ -2986,7 +2986,7 @@ static bool CheckLevel(const char* imp, const char* imp2, int n, int ¤t_ta
|
||||
if (!CharTable) CharTable = (Chs*)throw_calloc(1, sizeof(Chs));
|
||||
fp.FseekSet(n, sizeof(Chs));
|
||||
fp.Fread(CharTable, sizeof(Chs));
|
||||
|
||||
|
||||
ChsTP = CharTable->t;
|
||||
current_table = n;
|
||||
|
||||
|
@ -40,7 +40,9 @@
|
||||
#include <gstrall.h>
|
||||
#include <csignal>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#if __GNUC__ +0 > 2
|
||||
#include <sstream>
|
||||
#endif
|
||||
#include <iomanip>
|
||||
// Wrappers for certain mostly DOS/Borland headers
|
||||
#include <gshare.h>
|
||||
|
Reference in New Issue
Block a user