From 43e91251ad7844961f75c8af0ce7605c6e33f09b Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 19 Oct 2016 23:07:43 +0100 Subject: windows frontend netsurf options --- utils/nsoption.c | 2 ++ utils/nsoption.h | 4 ++++ 2 files changed, 6 insertions(+) (limited to 'utils') diff --git a/utils/nsoption.c b/utils/nsoption.c index f92debb30..9ac4778f1 100644 --- a/utils/nsoption.c +++ b/utils/nsoption.c @@ -77,6 +77,8 @@ static struct nsoption_s defaults[] = { #include "atari/options.h" #elif defined(nsmonkey) #include "monkey/options.h" +#elif defined(nswin32) +#include "windows/options.h" #endif { NULL, 0, OPTION_INTEGER, { 0 } } }; diff --git a/utils/nsoption.h b/utils/nsoption.h index 75558f475..62c89c464 100644 --- a/utils/nsoption.h +++ b/utils/nsoption.h @@ -71,6 +71,8 @@ #include "atari/options.h" #elif defined(nsmonkey) #include "monkey/options.h" +#elif defined(nswin32) +#include "windows/options.h" #endif #undef NSOPTION_BOOL @@ -142,6 +144,8 @@ enum nsoption_e { #include "atari/options.h" #elif defined(nsmonkey) #include "monkey/options.h" +#elif defined(nswin32) +#include "windows/options.h" #endif NSOPTION_LISTEND /* end of list */ }; -- cgit v1.2.3