mirror of
https://github.com/decompals/wibo.git
synced 2025-12-12 22:56:13 +00:00
wideStringToString no longer cuts off wide chars
This commit is contained in:
@@ -25,7 +25,7 @@ namespace advapi32 {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool WIN_FUNC CryptGenRandom(void* hProv, unsigned int dwLen, char* pbBuffer){
|
||||
bool WIN_FUNC CryptGenRandom(void* hProv, unsigned int dwLen, unsigned char* pbBuffer){
|
||||
DEBUG_LOG("STUB: CryptGenRandom(%p)\n", hProv);
|
||||
if (!pbBuffer || dwLen == 0) return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user