Use BOOL type where appropriate (Patches 100478 and 100479) are wrong for localspl

Detlef Riekenberg wine.dev at web.de
Sun Nov 17 10:01:07 CST 2013


Hi Frederic.

BOOL is not correct for localspl.dll.
Next to 0 and 1 you can get a 2 on some machines
(This depends on additional installed print-monitors)

Quote from includes/ddk/winsplp.h:
#define ROUTER_UNKNOWN      0
#define ROUTER_SUCCESS      1
#define ROUTER_STOP_ROUTING 2

/*
 * WARNING: Many Functions are declared as "BOOL", but return ROUTER_*
 */


-- 
By by ... Detlef



More information about the wine-devel mailing list