]> 4ch.mooo.com Git - 16.git/blobdiff - 16/exmmtest/src/lib/16_hc.c
They now behave the same!! ^^ but there is a problem!! ><
[16.git] / 16 / exmmtest / src / lib / 16_hc.c
index a904560abae3e5c8f15dd9c056c80a2d81057463..005244479b016aae5116a522307bc135253213d2 100644 (file)
 */
 
 #include "src/lib/16_hc.h"
+#pragma hdrstop
+
+#pragma warn -pro
+#pragma warn -use
 
 int heaphandle;
 
@@ -99,7 +103,7 @@ size_t _coreleft(void)
        for(;;)
        {
                size_t largest;
-               void __near* p = LargestFreeBlock(&largest);
+               void __near* p = (void __near *)LargestFreeBlock(&largest);
                if (largest < sizeof(void __near*))
                {
                        if (p != NULL)