-
- Downloads
crypto.c: Silence a compiler warning on Windows
Cast lpBuffer to a LPSTR, so that we don't get a C4047/C4024 warning for type conversion, which normally would raise alarm.
Loading
Please register or sign in to comment
Cast lpBuffer to a LPSTR, so that we don't get a C4047/C4024 warning for type conversion, which normally would raise alarm.