Re: netapi32/test: [1/5] Test the username and password length limits.
24 Mar
2007
24 Mar
'07
4:30 a.m.
"Kai Blin" <kai.blin(a)gmail.com> wrote:
+ usri.usri1_name = (LPWSTR) sTooLongName; + usri.usri1_password = (LPWSTR) sTestUserOldPass;
Just drop the 'const' modifier for the declared strings, don't use casts. There was a lot of efforts lately put into fixing Wine to compile cleanly with -Wcast-qual turned on, please fix the code while you are at it. -- Dmitry.
6842
Age (days ago)
6842
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov