OSDN Git Service

fix ticket #18663
[yamy/yamy.git] / dlginvestigate.h
index 31ccf28..1b33137 100644 (file)
@@ -1,26 +1,29 @@
-//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-// dlginvestigate.h
-
-
-#ifndef _DLGINVESTIGATE_H
-#  define _DLGINVESTIGATE_H
-
-#  include <windows.h>
-
-
-/// dialog procedure of "Investigate" dialog box
-BOOL CALLBACK dlgInvestigate_dlgProc(
-  HWND i_hwnd, UINT i_message, WPARAM i_wParam, LPARAM i_lParam);
-
-class Engine;
-
-/// parameters for "Investigate" dialog box
-class DlgInvestigateData
-{
-public:
-  Engine *m_engine;                            /// engine
-  HWND m_hwndLog;                              /// log
-};
-
-
-#endif // !_DLGINVESTIGATE_H
+//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
+// dlginvestigate.h\r
+\r
+\r
+#ifndef _DLGINVESTIGATE_H\r
+#  define _DLGINVESTIGATE_H\r
+\r
+#  include <windows.h>\r
+\r
+\r
+/// dialog procedure of "Investigate" dialog box\r
+#ifdef MAYU64\r
+INT_PTR CALLBACK dlgInvestigate_dlgProc(\r
+#else\r
+BOOL CALLBACK dlgInvestigate_dlgProc(\r
+#endif\r
+       HWND i_hwnd, UINT i_message, WPARAM i_wParam, LPARAM i_lParam);\r
+\r
+class Engine;\r
+\r
+/// parameters for "Investigate" dialog box\r
+class DlgInvestigateData {\r
+public:\r
+       Engine *m_engine;                               /// engine\r
+       HWND m_hwndLog;                         /// log\r
+};\r
+\r
+\r
+#endif // !_DLGINVESTIGATE_H\r