fix missing forward declaration

This commit is contained in:
Vincent Sanders 2014-01-16 15:21:12 +00:00
parent b1bb708d4f
commit 2f478eb5d7
2 changed files with 2 additions and 1 deletions

View File

@ -114,6 +114,7 @@ EVMULT_OUT aes_event_out;
short aes_msg_out[8];
bool gui_window_get_scroll(struct gui_window *w, int *sx, int *sy);
static void gui_window_set_url(struct gui_window *w, const char *url);
/**
* Return the filename part of a full path

View File

@ -111,7 +111,7 @@ WinMain(HINSTANCE hInstance, HINSTANCE hLastInstance, LPSTR lpcli, int ncmd)
.clipboard = win32_clipboard_table,
.download = win32_download_table,
};
win32_gui_table->browser->get_resource_url = gui_get_resource_url;
win32_browser_table->get_resource_url = gui_get_resource_url;
if (SLEN(lpcli) > 0) {
argvw = CommandLineToArgvW(GetCommandLineW(), &argc);