Displaying 1 result from an estimated 1 matches for "reg_key_writ".
Did you mean:
reg_key_write
2013 Oct 30
1
samba-4.1.0 wont compile- help!
...fier
is reported only once for each function it appears in
../source3/lib/smbconf/smbconf_reg.c:140:27: error: storage size of 'action'
isn't known
enum winreg_CreateAction action = REG_ACTION_NONE;
^
../source3/lib/smbconf/smbconf_reg.c:148:9: error: 'REG_KEY_WRITE' undeclared
(first use in this function)
REG_KEY_WRITE, newkey, &action);
^
../source3/lib/smbconf/smbconf_reg.c:149:40: error: 'REG_CREATED_NEW_KEY'
undeclared (first use in this function)
if (W_ERROR_IS_OK(werr) && (action != REG_CREATED_NEW_KEY)) {...