Fix compiling without DLB
This commit is contained in:
@@ -1039,7 +1039,11 @@ struct instance_globals {
|
|||||||
/* questpgr.c */
|
/* questpgr.c */
|
||||||
char cvt_buf[CVT_BUF_SIZE];
|
char cvt_buf[CVT_BUF_SIZE];
|
||||||
struct qtlists qt_list;
|
struct qtlists qt_list;
|
||||||
|
#ifdef DLB
|
||||||
struct dlb_handle *msg_file;
|
struct dlb_handle *msg_file;
|
||||||
|
#else
|
||||||
|
FILE *msg_file;
|
||||||
|
#endif
|
||||||
/* used by ldrname() and neminame(), then copied into cvt_buf */
|
/* used by ldrname() and neminame(), then copied into cvt_buf */
|
||||||
char nambuf[CVT_BUF_SIZE];
|
char nambuf[CVT_BUF_SIZE];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user