examples/DS401_Slave_Gui/main.cpp
changeset 641 404a51700f40
parent 615 1eec2f9a7f5f
--- a/examples/DS401_Slave_Gui/main.cpp	Fri Feb 19 08:19:23 2010 +0100
+++ b/examples/DS401_Slave_Gui/main.cpp	Tue Feb 23 08:09:57 2010 +0100
@@ -1,3 +1,8 @@
+#if defined(WIN32) && !defined(__CYGWIN__)
+#include <windows.h>
+#include "getopt.h"
+#endif
+
 #include <wx/wxprec.h>
 #include <wx/wx.h>
 #include <wx/textctrl.h>
@@ -16,13 +21,13 @@
 
 //#include "monicone.xpm"
 
-#if defined(WIN32) && !defined(__CYGWIN__)
-#include <windows.h>
-extern "C"
-{
-#include "getopt.h"
-}
-#endif
+//#if defined(WIN32) && !defined(__CYGWIN__)
+//#include <windows.h>
+//extern "C"
+//{
+//#include "getopt.h"
+//}
+//#endif
 
 #include "main.h"
 #include "TestSlaveGui.h"