This modifier allows you to specify the native calling conventions for the current platform: the compiler will then select the correct calling convention depending on the OS architecture: stdcall on all windows platforms and cdecl on all other platforms.
The following example demonstrates this: