# pragma suppress 571 // Virtual function hiding
#endif // __SALFORDC__
+#ifdef __VISUALC__
+#ifndef WIN32
+// VC1.5 does not have LPTSTR type
+#define LPTSTR LPSTR
+#define LPCTSTR LPCSTR
+#endif
+#endif
+
// Digital Unix C++ compiler only defines this symbol for .cxx and .hxx files,
// so define it ourselves
#ifdef __DECCXX
// wxUSE_STREAMS
#endif
- // _WX_WXMMSTREAM_H__
\ No newline at end of file
+ // _WX_WXMMSTREAM_H__
+
// wxUSE_STREAMS && wxUSE_FILE
#endif
- // _WX_WXFSTREAM_H__
\ No newline at end of file
+ // _WX_WXFSTREAM_H__
+
// wxUSE_ZLIB && wxUSE_STREAMS
#endif
- // _WX_WXZSTREAM_H__
\ No newline at end of file
+ // _WX_WXZSTREAM_H__
+
wxLogSysError(_("can't remove temporary file '%s'"), m_strTemp.c_str());
}
-#endif
\ No newline at end of file
+#endif
+
#endif
// wxUSE_STREAMS && wxUSE_FILE
+
#include "wx/utils.h"
#include "wx/intl.h"
#include "wx/log.h"
-#include "zlib.h"
+#include "..\zlib\zlib.h"
#define ZSTREAM_BUFFER_SIZE 1024
..\common\$D\variant.obj \
..\common\$D\dlgcmn.obj \
..\common\$D\wincmn.obj \
+ ..\common\$D\txtstrm.obj \
..\common\$D\wxchar.obj
MSWOBJS = \
..\msw\$D\tbar95.obj \
..\msw\$D\tbarmsw.obj \
..\msw\$D\textctrl.obj \
- ..\msw\$D\txtstrm.obj \
..\msw\$D\thread.obj \
..\msw\$D\timer.obj \
..\msw\$D\tooltip.obj \
wxSize sizeReal = AdjustSize(size);
+#ifndef WIN32
+#define SS_SUNKEN 0
+#endif
+
m_hWnd = (WXHWND)::CreateWindow
(
_T("STATIC"),
"",
WS_VISIBLE | WS_CHILD |
- SS_GRAYRECT | SS_SUNKEN,// | SS_ETCHEDFRAME,
+ SS_GRAYRECT | SS_SUNKEN, // | SS_ETCHEDFRAME,
pos.x, pos.y, sizeReal.x, sizeReal.y,
GetWinHwnd(parent),
(HMENU)m_windowId,