summaryrefslogtreecommitdiff
path: root/frontends/windows/main.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-06-01 23:57:09 +0100
committerVincent Sanders <vince@kyllikki.org>2017-06-01 23:57:09 +0100
commitc08ef5f984fe785b6e13df204046b455489f8810 (patch)
treef7dad140cc5f11c9c4ae6aa0b490e22d0b37f8ee /frontends/windows/main.c
parent08a86bfa0e5d961f255f8e64ddcdb6f179db485d (diff)
downloadnetsurf-c08ef5f984fe785b6e13df204046b455489f8810.tar.gz
netsurf-c08ef5f984fe785b6e13df204046b455489f8810.tar.bz2
make windows frontend use corewindow API for local history window
Diffstat (limited to 'frontends/windows/main.c')
-rw-r--r--frontends/windows/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontends/windows/main.c b/frontends/windows/main.c
index ec2b20ff2..d019f10c7 100644
--- a/frontends/windows/main.c
+++ b/frontends/windows/main.c
@@ -46,7 +46,7 @@
#include "windows/corewindow.h"
#include "windows/ssl_cert.h"
#include "windows/download.h"
-#include "windows/localhistory.h"
+#include "windows/local_history.h"
#include "windows/window.h"
#include "windows/schedule.h"
#include "windows/font.h"
@@ -376,7 +376,6 @@ WinMain(HINSTANCE hInstance, HINSTANCE hLastInstance, LPSTR lpcli, int ncmd)
ret = nsws_create_main_class(hInstance);
ret = nsws_create_drawable_class(hInstance);
- ret = nsws_create_localhistory_class(hInstance);
ret = nsw32_create_corewindow_class(hInstance);
ret = nsws_create_cert_verify_class(hInstance);