wireshark.res is generated in the image dir, so the paths for includes should be relative to /image and not to /

svn path=/trunk/; revision=19201
This commit is contained in:
Ulf Lamping 2006-09-12 08:22:02 +00:00
parent 4286f79f59
commit 8d7690ea23
2 changed files with 2 additions and 2 deletions

View 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

View File

@ -1,6 +1,6 @@
#include "winver.h"
#include "image/win32-file-dlg.rc"
#include "win32-file-dlg.rc"
WIRESHARK_ICON ICON "wireshark.ico"