]> 4ch.mooo.com Git - 16.git/blobdiff - 16/exmmtest/src/lib/16_hc.c
OK i think the borland C version and watcom version behave the same way! ^^
[16.git] / 16 / exmmtest / src / lib / 16_hc.c
index a904560abae3e5c8f15dd9c056c80a2d81057463..d72b334d89b1f76832e0eafa0f3d2ed57c444833 100644 (file)
@@ -99,7 +99,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)