mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 00:00:41 +08:00
Names need decoration (stdcall) in order to be linked. When using the wsk.h header functions exported therein should be WSKAPI (which enforces the stdcall calling convention). Linking would later fail because stdcall functions are named differently in the object code.