DVX_GUI/proxy/stubs/sys/farptr.h

7 lines
221 B
C

// Stub for DJGPP <sys/farptr.h> — Linux proxy build
#ifndef FARPTR_H_STUB
#define FARPTR_H_STUB
static inline unsigned long _farpeekl(unsigned short sel, unsigned long ofs) { (void)sel; (void)ofs; return 0; }
#endif