h5, fxglide.h: restored FX_EXPORT in GR_ENTRY definition.
koolsmoky commit 0b8571b (initial checkin of dos win32 glide) commented
it out for who knows why, and that resulted in two of the exports in the
dll to go missing, namely grCheckForRoom and guEncodeRLE16. they are now
back.
This commit is contained in:
@@ -2216,8 +2216,7 @@ p6Fence(void);
|
||||
type FX_CSTYLE name args
|
||||
|
||||
#define GR_ENTRY(name, type, args) \
|
||||
type FX_CSTYLE name args
|
||||
//FX_EXPORT type FX_CSTYLE name args
|
||||
FX_EXPORT type FX_CSTYLE name args
|
||||
|
||||
#define GR_FAST_ENTRY(name, type, args) \
|
||||
__declspec naked FX_EXPORT type FX_CSTYLE name args
|
||||
|
||||
Reference in New Issue
Block a user