]> git.saurik.com Git - wxWidgets.git/commit
Correct placement of calling convention keyword: must follow the return type.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 Dec 2009 03:04:27 +0000 (03:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 Dec 2009 03:04:27 +0000 (03:04 +0000)
commit0530434efc53c30e66f1c7a10fcab6f893c9e98c
treec75ceed9250905f09324b3cd534e2bb605cd6b55
parent1ffe64ef70d0a320fd0f20d5c3700bc81b6fd890
Correct placement of calling convention keyword: must follow the return type.

Using __stdcall before the return type results in a warning with VC6 and an
error with VC9, place it after the return type.

Also use wxSTDCALL instead of just __stdcall for potentially better
compatibility with other compilers.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/dll/my_dll.cpp