|
@@ -6,16 +6,12 @@
|
|
* See README for more details.
|
|
* See README for more details.
|
|
*/
|
|
*/
|
|
|
|
|
|
-#ifdef __MINGW32__
|
|
|
|
-/* Need to get getopt() */
|
|
|
|
-#include <unistd.h>
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
#ifdef CONFIG_NATIVE_WINDOWS
|
|
#ifdef CONFIG_NATIVE_WINDOWS
|
|
#include <windows.h>
|
|
#include <windows.h>
|
|
#endif /* CONFIG_NATIVE_WINDOWS */
|
|
#endif /* CONFIG_NATIVE_WINDOWS */
|
|
|
|
|
|
#include <cstdio>
|
|
#include <cstdio>
|
|
|
|
+#include <unistd.h>
|
|
#include <QMessageBox>
|
|
#include <QMessageBox>
|
|
#include <QCloseEvent>
|
|
#include <QCloseEvent>
|
|
#include <QImageReader>
|
|
#include <QImageReader>
|