Here’s a place I found with good information on using the C Preprocessor to stringify.
http://www.decompile.com/cpp/faq/file_and_line_error_string.htm
Here’s a place I found with good information on using the C Preprocessor to stringify.
http://www.decompile.com/cpp/faq/file_and_line_error_string.htm
I always forget the syntax for adding calling convention to a function pointer typedef. Here it is.
typedef int (__stdcall *MYFUNC) (int, int);