Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This is a Windows specific fix in libc. According to MSDN, the GUID #13567

Closed
wants to merge 1 commit into from
Closed

This is a Windows specific fix in libc. According to MSDN, the GUID #13567

wants to merge 1 commit into from

Commits on Apr 16, 2014

  1. This is a Windows specific fix in libc. According to MSDN, the GUID

    structure's Data2 and Data3 members expect WORD types instead of DWORD. I
    discovered this discrepancy while experimenting with some bindings to
    Microsoft's OLE2 api. The discrepancy was corrupting the contents of the
    string returned by UuidToString after I used known GUIDs to test the
    accuracy of the function binding. I didn't add test cases because it would
    mean adding a dependency to my rather incomplete binding library. However,
    the fix produces expected string values when tested.
    iancormac84 committed Apr 16, 2014
    5 Configuration menu
    Copy the full SHA
    fc4c6ee View commit details
    Browse the repository at this point in the history