I recently move from C++ Builder to Visual Studio 2005. In C++ Builder, I
used the "pragma option -ps" to set the calling convention (__stdcall) in a
header file. How can I set the calling convention in a C/C++ header file
under Visual Studio? Is it possible to do that?
Thank you!