diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32term.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 () | |||
| 6513 | 6513 | ||
| 6514 | /* Dynamically link to optional system components. */ | 6514 | /* Dynamically link to optional system components. */ |
| 6515 | { | 6515 | { |
| 6516 | UINT smoothing_type; | ||
| 6517 | BOOL smoothing_enabled; | ||
| 6518 | |||
| 6516 | HANDLE gdi_lib = LoadLibrary ("gdi32.dll"); | 6519 | HANDLE gdi_lib = LoadLibrary ("gdi32.dll"); |
| 6517 | 6520 | ||
| 6518 | #define LOAD_PROC(lib, fn) pfn##fn = (void *) GetProcAddress (lib, #fn) | 6521 | #define LOAD_PROC(lib, fn) pfn##fn = (void *) GetProcAddress (lib, #fn) |