From c08ef5f984fe785b6e13df204046b455489f8810 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 1 Jun 2017 23:57:09 +0100 Subject: make windows frontend use corewindow API for local history window --- frontends/windows/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'frontends/windows/main.c') 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); -- cgit v1.2.3