Stanislav Shwartsman 8424d2b888 Fixed required to make MSVC build with fastcall optimization (-Gr) healthy.
There is a trick in MSVC is to turn on the -Gr compiler switch which tells MSVC to compile all functions using fastcall calling convention. This way you don't have to edit each function declaration. But certain functions must NOT be fastcall, and those are callbacks from Windows which are defined either as cdecl or stdcall. The entry point main() also has to remain cdecl.
Patch by Darek Mihocka
2008-04-07 20:20:04 +00:00
..
2008-02-05 22:57:43 +00:00
2008-02-05 22:57:43 +00:00
2008-03-06 21:15:40 +00:00
2008-03-06 21:15:40 +00:00
2008-03-06 21:15:40 +00:00
2008-03-06 21:15:40 +00:00