On Wed, Jan 27, 2016 at 08:58:26AM -0600, Jeremy White wrote:
diff --git a/dlls/winspool.drv/info.c b/dlls/winspool.drv/info.c index cebf6f7..89966ce 100644 --- a/dlls/winspool.drv/info.c +++ b/dlls/winspool.drv/info.c @@ -781,6 +781,7 @@ static void *cupshandle; DO_FUNC(cupsPrintFile) #define CUPS_OPT_FUNCS \ DO_FUNC(cupsGetNamedDest); \
- DO_FUNC(cupsLastErrorString); \ DO_FUNC(cupsGetPPD3)
Could we keep these in alphabetical order please?
Otherwise, looks good.
Huw.