Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

My C code uses the __stdcall which is not availble on Linux, how can I make the code portable Windows/UNIX across platforms?

0
Posted

My C code uses the __stdcall which is not availble on Linux, how can I make the code portable Windows/UNIX across platforms?

0

Replace the __stdcall attribute with the STDCALL macro, and include this in your C code for newer gcc versions:

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.