From: Jason Rumney Date: Sun, 25 Jun 2006 11:47:12 +0000 (+0000) Subject: Add back smoothing_type and smoothing_enabled definitions. X-Git-Tag: emacs-pretest-23.0.90~8295^2~855 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=82e11ab1c57ed99b5fe861db0a5a7f8bac048cb1;p=emacs.git Add back smoothing_type and smoothing_enabled definitions. --- 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)