"Lei Zhang" thestig@google.com wrote:
I'm getting a crash in CRYPT_CreateMachineGuid() with native rpcrt4.dll. This adds some checks to work around it.
I assume that "native" == "win9x" in this case.
pRpcStringFree = GetProcAddress(lib, "RpcStringFreeW");
- if (!pUuidCreate || !pUuidToString || !pRpcStringFree) goto CreateMachineGuidCleaup;
It would be better to use A versions of APIs then instead of failing,