win32/reals/real_uuid_renames.h (7 lines of code) (raw):
// Copyright (c) Microsoft. All rights reserved.
#define uuid_produce real_uuid_produce
#define is_uuid_nil real_is_uuid_nil
#ifdef WIN32 /*some functions only exists in Windows realm*/
#define uuid_from_GUID real_uuid_from_GUID
#define GUID_from_uuid real_GUID_from_uuid
#endif
#define UUID_T_FROM_STRING_RESULT real_UUID_T_FROM_STRING_RESULT