4 #include "MyDialog.h"
\r
6 BOOL APIENTRY DllMain( HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved );
\r
9 extern "C" // Required by MinGW compiler to avoid name mangling
\r
11 // The list of exported dll functions go here
\r
12 void __declspec(dllexport) ShowDialog();
\r