X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_head.h;h=19e713b1e33967a264e3bdbac9aa1be3ea95e603;hb=405edaf373cc063e8615c5913e21da5f491727a7;hp=225af5d354ee86aac265b88670d2c9b53590c24a;hpb=5e15fd0dadb195739e333d5d49acfdef1a42074b;p=16.git diff --git a/src/lib/16_head.h b/src/lib/16_head.h index 225af5d3..19e713b1 100644 --- a/src/lib/16_head.h +++ b/src/lib/16_head.h @@ -20,6 +20,14 @@ * */ +#if !defined(__LARGE__) && !defined(__COMPACT__) && !defined(__HUGE__) +#error Invalid memory model for compiling project 16 +#endif + +#if !defined(__i86__) && defined(__i386__) +#error i8088 only +#endif + #ifndef _LIBHEAD_H_ #define _LIBHEAD_H_ #include @@ -142,5 +150,6 @@ void* AllocateLargestFreeBlock(size_t* Size); size_t GetFreeSize(void); long int filesize(FILE *fp); int US_CheckParm(char *parm,char **strings); +//void Quit(char *error, ...); #endif/*_LIBHEAD_H_*/