aboutsummaryrefslogtreecommitdiff
path: root/Src/Plugins/Library/ml_online/messageBox.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Plugins/Library/ml_online/messageBox.h')
-rw-r--r--Src/Plugins/Library/ml_online/messageBox.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Src/Plugins/Library/ml_online/messageBox.h b/Src/Plugins/Library/ml_online/messageBox.h
new file mode 100644
index 00000000..4becf7f8
--- /dev/null
+++ b/Src/Plugins/Library/ml_online/messageBox.h
@@ -0,0 +1,13 @@
+#ifndef NULLOSFT_ONLINEMEDIA_PLUGIN_MESSAGEBOX_HEADER
+#define NULLOSFT_ONLINEMEDIA_PLUGIN_MESSAGEBOX_HEADER
+
+#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#pragma once
+#endif
+
+#include <wtypes.h>
+
+
+INT OmMessageBox(HWND hParent, LPCWSTR pszText, LPCWSTR pszCaption, UINT uType, LPCWSTR pszCheck, INT *checked);
+
+#endif //NULLOSFT_ONLINEMEDIA_PLUGIN_MESSAGEBOX_HEADER \ No newline at end of file