]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/xms.h
editted the xms library ww
[16.git] / src / lib / xms.h
index 100db36291f90fe87281c781fbe7d6c6a2d84b5d..b65874943985849cfb9c69de61cff85f09136792 100644 (file)
@@ -23,6 +23,6 @@ static XMSHandleMap allocMapXMS[MAX_XMS_ALLOCATIONS];
 static int initxms(void);
 void huge * xmsmalloc(long unsigned int size);
 void xmsfree(void huge * XMSPointer);
-void xmsreport(FILE * stream);
+void xmsreport(void/*FILE * stream*/);
 
 #endif/*_XMS_H_*/