diff options
| author | Jason Rumney | 2006-06-25 11:47:12 +0000 |
|---|---|---|
| committer | Jason Rumney | 2006-06-25 11:47:12 +0000 |
| commit | 82e11ab1c57ed99b5fe861db0a5a7f8bac048cb1 (patch) | |
| tree | d4a4667f1013937aefa5de3af9df1a245ea8b128 /src | |
| parent | 35fc2732df9ea2b411c483f36cf64bf63bbe8167 (diff) | |
| download | emacs-82e11ab1c57ed99b5fe861db0a5a7f8bac048cb1.tar.gz emacs-82e11ab1c57ed99b5fe861db0a5a7f8bac048cb1.zip | |
Add back smoothing_type and smoothing_enabled definitions.
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) |