]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/gaugemsw.cpp
another compilation fix
[wxWidgets.git] / src / msw / gaugemsw.cpp
index f2d9d22743b5790cb59a660c3bfed2df9a0389da..515dbe7b5d276902a11085487ed186e7ad852ce7 100644 (file)
@@ -655,7 +655,7 @@ void FAR PASCAL Draw3DLine(HDC hdc, WORD x, WORD y, WORD nLen,
 
 
 /* get the includes we need */
-#ifndef __GNUWIN32__
+#if !defined(__GNUWIN32__) && !defined(__SALFORDC__)
 #include <malloc.h>
 #endif
 #include <stdio.h>