https://bugs.winehq.org/show_bug.cgi?id=35910
--- Comment #12 from Anastasius Focht focht@gmx.net --- Hello André,
--- quote --- What happens to NT Applications running in Wine after patch is applied in case they call that function? --- quote ---
stack imbalance obviously (stdcall, callee cleans stack), crash on return.
Anyway, the chance of encountering a real world application, built against Windows NT 3.5/4.0, explicitly importing NtAllocateUuids() is very small.
I would consider that API change being safe.
Regards