From 047569339406f2be1637ae4cee5dd0c9a9c2328f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 22 Jan 2014 23:19:57 +0000 Subject: create table for fetcher operations and move all operations into it --- windows/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'windows/main.c') diff --git a/windows/main.c b/windows/main.c index 8dc9d45cb..ac5231e07 100644 --- a/windows/main.c +++ b/windows/main.c @@ -110,6 +110,7 @@ WinMain(HINSTANCE hInstance, HINSTANCE hLastInstance, LPSTR lpcli, int ncmd) .window = win32_window_table, .clipboard = win32_clipboard_table, .download = win32_download_table, + .fetch = win32_fetch_table, }; win32_browser_table->get_resource_url = gui_get_resource_url; -- cgit v1.2.3