]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/types.h
typedef void __based( void ) * memptr;
[16.git] / src / lib / types.h
index 6c5c1bcf567dd019bc5e054d482195210ff8c4ca..b0c5f89c00ce6c973775fc847a6a2b2b9e0fadba 100755 (executable)
@@ -43,7 +43,7 @@ typedef signed long int sdiword;
 typedef        enum    {false,true}    boolean;\r
 \r
 #ifdef __WATCOMC__\r
-typedef void __based(__self) * memptr;\r
+typedef void __based( void ) * memptr; ////old //----typedef void __based(__self) * memptr;\r
 typedef unsigned short _seg; // it will contains segment value (as Borland _seg)\r
 #endif\r
 #ifdef __BORLANDC__\r