search for: strtolw

Displaying 2 results from an estimated 2 matches for "strtolw".

Did you mean: strtoll
2016 Mar 04
0
Wine release 1.9.5
...context_generate_rt_mask_no_fbo(). wined3d: Get resource info from the texture in context_apply_blit_state(). Hugh McMaster (20): reg: Allow either lowercase or uppercase 'x' when used with REG_DWORD. reg/tests: Add more tests for REG_MULTI_SZ. libwine: strtoulW and strtolW should set errno to ERANGE if an overflow will occur. reg: Fail if the data value passed with REG_DWORD will cause an overflow. reg/tests: Add a test for base 10 overflow. reg/tests: Add a test for REG_NONE with no data argument. reg/tests: Add two more tests for REG_MULTI_S...
2016 Feb 19
0
Wine release 1.9.4
...from REG_NONE. reg: Handle data for REG_EXPAND_SZ. reg: Handle data for REG_DWORD_LITTLE_ENDIAN and REG_DWORD_BIG_ENDIAN. reg: Add case for REG_MULTI_SZ. reg: Abort the process if get_regdata returns NULL. reg/tests: Add two more tests for REG_DWORD. reg: Fail if strtolW cannot convert the entire data string into a DWORD. reg: Use strtoulW during conversion so we can set any value in the DWORD range. reg: Fail if the data argument for REG_DWORD begins with a minus sign. reg: Explicitly use base 10 or base 16 with strtoulW. reg: Fail if /s is...