From 82e11ab1c57ed99b5fe861db0a5a7f8bac048cb1 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sun, 25 Jun 2006 11:47:12 +0000 Subject: [PATCH] Add back smoothing_type and smoothing_enabled definitions. --- src/w32term.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/w32term.c b/src/w32term.c index 2cf6cfd7b1d..8e3d14b600c 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -6513,6 +6513,9 @@ w32_initialize () /* Dynamically link to optional system components. */ { + UINT smoothing_type; + BOOL smoothing_enabled; + HANDLE gdi_lib = LoadLibrary ("gdi32.dll"); #define LOAD_PROC(lib, fn) pfn##fn = (void *) GetProcAddress (lib, #fn) -- 2.39.5