summaryrefslogtreecommitdiff
path: root/wx+/popup_dlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/popup_dlg.h')
-rw-r--r--wx+/popup_dlg.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/wx+/popup_dlg.h b/wx+/popup_dlg.h
index 960700e4..7c5db159 100644
--- a/wx+/popup_dlg.h
+++ b/wx+/popup_dlg.h
@@ -1,12 +1,15 @@
-// **************************************************************************
-// * This file is part of the FreeFileSync project. It is distributed under *
-// * GNU General Public License: http://www.gnu.org/licenses/gpl-3.0 *
-// * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved *
-// **************************************************************************
+// *****************************************************************************
+// * This file is part of the FreeFileSync project. It is distributed under *
+// * GNU General Public License: http://www.gnu.org/licenses/gpl-3.0 *
+// * Copyright (C) Zenju (zenju AT freefilesync DOT org) - All Rights Reserved *
+// *****************************************************************************
#ifndef POPUP_DLG_H_820780154723456
#define POPUP_DLG_H_820780154723456
+#ifdef ZEN_WIN
+#include <zen/win.h> //include before <wx/msw/wrapwin.h>
+#endif
#include <wx/window.h>
#include <wx/bitmap.h>
#include <wx/string.h>
bgstack15