#include "wx/wx.h"
#endif
+#include "wx/propform.h"
+
#include <ctype.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
-#if wxUSE_IOSTREAMH
-#if defined(__WXMSW__) && !defined(__GNUWIN32__)
-#include <strstrea.h>
-#else
-#include <strstream.h>
-#endif
-#else
-#include <strstream>
-#endif
-
-#include "wx/window.h"
-#include "wx/utils.h"
-#include "wx/list.h"
-#include "wx/propform.h"
/*
* Property view
while (node)
{
wxWindow *win = (wxWindow *)node->Data();
- if (win->GetName() != "")
+ if (win->GetName() != _T(""))
{
wxProperty *prop = m_propertySheet->GetProperty(win->GetName());
if (prop)
if (!m_propertySheet)
return;
- if (win.GetName() == "")
+ if (win.GetName() == _T(""))
return;
if (wxStrcmp(win.GetName(), _T("ok")) == 0)