h5, dos_mode.c: fixed watcom build

FX_CSTYLE wasn't being defined because of missing FX_DLL_DEFINITION.
DJGPP builds aren't affected.
This commit is contained in:
sezero
2018-08-14 03:01:02 +03:00
parent 1ee5e06295
commit 8e9e9acbb1

View File

@@ -60,6 +60,8 @@
#else
#include <i86.h>
#endif
#define FX_DLL_DEFINITION
#include <fxdll.h>
#include <gdebug.h>
#include <fxpci.h>
#include <h3cinit.h>