]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/gaugemsw.cpp
char* -> wxString
[wxWidgets.git] / src / msw / gaugemsw.cpp
index 1f82c799c436e9a00a32a8a5b5c43538973fe15f..515dbe7b5d276902a11085487ed186e7ad852ce7 100644 (file)
@@ -22,6 +22,7 @@
 
 #ifndef WX_PRECOMP
 #include "wx/defs.h"
+#include "wx/utils.h"
 #endif
 
 #if wxUSE_GAUGE 
@@ -654,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>