]> 4ch.mooo.com Git - 16.git/blobdiff - 16/exmmtest/src/lib/16_hc.h
the near malloc is messy!! wwww
[16.git] / 16 / exmmtest / src / lib / 16_hc.h
index d9677d1087bb71fc04dfc266cf4d638f2ae914a1..db0265a82832eba45a4496a59459a6771fd90be0 100644 (file)
 
 extern int heaphandle;
 
+#ifdef __BORLANDC__
+void * LargestFreeBlock(size_t* Size);
+#endif
+#ifdef __WATCOMC__
 void __near* LargestFreeBlock(size_t* Size);
+#endif
 size_t _coreleft(void);
 void far* LargestFarFreeBlock(size_t* Size);
 size_t _farcoreleft(void);