]> git.eshelyaron.com Git - emacs.git/commitdiff
Add back smoothing_type and smoothing_enabled definitions.
authorJason Rumney <jasonr@gnu.org>
Sun, 25 Jun 2006 11:47:12 +0000 (11:47 +0000)
committerJason Rumney <jasonr@gnu.org>
Sun, 25 Jun 2006 11:47:12 +0000 (11:47 +0000)
src/w32term.c

index 2cf6cfd7b1d3c165da60cd10a3b5818125deb809..8e3d14b600c7340177f93de111fce16c0f4b8ca5 100644 (file)
@@ -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)