wireshark.res is generated in the image dir, so the paths for includes should be...
authorUlf Lamping <ulf.lamping@web.de>
Tue, 12 Sep 2006 08:22:02 +0000 (08:22 -0000)
committerUlf Lamping <ulf.lamping@web.de>
Tue, 12 Sep 2006 08:22:02 +0000 (08:22 -0000)
svn path=/trunk/; revision=19201

image/win32-file-dlg.rc
image/wireshark.rc.in

index d130724ed2c2fdac66c2539d641dd1288b9cc420..4f12f1d397fa5a6748a979399229c9347b2fefac 100644 (file)
@@ -1,6 +1,6 @@
 #include <windows.h>
 #include "richedit.h"
-#include "gtk/win32-file-dlg.h"
+#include "../gtk/win32-file-dlg.h"
 
 WIRESHARK_OPENFILENAME_TEMPLATE DIALOG 0, 0, 368, 94
 STYLE WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | DS_3DLOOK | DS_CONTROL
index 4aa54512a064d7a0442112017fdaaf87e706e9fa..3ab164f73304371cd8f62c320f459ca3fcc985df 100644 (file)
@@ -1,6 +1,6 @@
 #include "winver.h"
 
-#include "image/win32-file-dlg.rc"
+#include "win32-file-dlg.rc"
 
 WIRESHARK_ICON         ICON                    "wireshark.ico"