Changing a calling convetion
Posted: Fri Jul 01, 2011 1:20 am
Hey again,
This time around I was thinking to change a calling convention for some of my function to stdcall in this manner
But G++ started to complain and said: "expected initializer before somefunction"
Any help?
This time around I was thinking to change a calling convention for some of my function to stdcall in this manner
Code: Select all
void __stdcall somefunction();
Any help?