summaryrefslogtreecommitdiff
path: root/windows/font.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-16 09:51:53 +0100
committerVincent Sanders <vince@kyllikki.org>2014-10-16 22:33:44 +0100
commitf0a4422701fe3a216e20468bcc07faf8571fc528 (patch)
treea54c4731aac05f95e7eb809a9a4bae2325301d60 /windows/font.h
parentac70da346ceb71f4e588e6645e320c8a69742365 (diff)
downloadnetsurf-f0a4422701fe3a216e20468bcc07faf8571fc528.tar.gz
netsurf-f0a4422701fe3a216e20468bcc07faf8571fc528.tar.bz2
Update windows frontend to cope with split operations table headers
Diffstat (limited to 'windows/font.h')
-rw-r--r--windows/font.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/windows/font.h b/windows/font.h
index 45428fede..263d005af 100644
--- a/windows/font.h
+++ b/windows/font.h
@@ -20,8 +20,7 @@
#ifndef _NETSURF_WINDOWS_FONT_H_
#define _NETSURF_WINDOWS_FONT_H_
-#include <windows.h>
-#include "utils/utf8.h"
+extern HWND font_hwnd;
struct font_desc {
const char *name;