E
edx
You need to put
#undef MessageBox
somewhere at the beginning of your code (after the #include directives is
best, I guess) because MessageBox is still defined from the native code.
Regards,
Felix Arends
#undef MessageBox
somewhere at the beginning of your code (after the #include directives is
best, I guess) because MessageBox is still defined from the native code.
Regards,
Felix Arends