OSDN Git Service

post WM_NULL to attached threads on yamy exit to unmap mayu{32,64}.dll
[yamy/yamy.git] / dlglog.h
index 305eb85..3fe8b02 100644 (file)
--- a/dlglog.h
+++ b/dlglog.h
@@ -1,39 +1,36 @@
-//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-// dlglog.h
-
-
-#ifndef _DLGLOG_H
-#  define _DLGLOG_H
-
-#  include <windows.h>
-#  include "msgstream.h"
-
-
-//
-#ifdef MAYU64
-INT_PTR CALLBACK dlgLog_dlgProc(
-#else
-BOOL CALLBACK dlgLog_dlgProc(
-#endif
-  HWND i_hwnd, UINT i_message, WPARAM i_wParam, LPARAM i_lParam);
-
-enum
-{
-  ///
-  WM_APP_dlglogNotify = WM_APP + 115,
-};
-
-enum DlgLogNotify
-{
-  DlgLogNotify_logCleared,                     ///
-};
-
-/// parameters for "Investigate" dialog box
-class DlgLogData
-{
-public:
-  tomsgstream *m_log;                          /// log stream
-  HWND m_hwndTaskTray;                         /// tasktray window
-};
-
-#endif // !_DLGLOG_H
+//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
+// dlglog.h\r
+\r
+\r
+#ifndef _DLGLOG_H\r
+#  define _DLGLOG_H\r
+\r
+#  include <windows.h>\r
+#  include "msgstream.h"\r
+\r
+\r
+//\r
+#ifdef MAYU64\r
+INT_PTR CALLBACK dlgLog_dlgProc(\r
+#else\r
+BOOL CALLBACK dlgLog_dlgProc(\r
+#endif\r
+       HWND i_hwnd, UINT i_message, WPARAM i_wParam, LPARAM i_lParam);\r
+\r
+enum {\r
+       ///\r
+       WM_APP_dlglogNotify = WM_APP + 115,\r
+};\r
+\r
+enum DlgLogNotify {\r
+       DlgLogNotify_logCleared,                        ///\r
+};\r
+\r
+/// parameters for "Investigate" dialog box\r
+class DlgLogData {\r
+public:\r
+       tomsgstream *m_log;                             /// log stream\r
+       HWND m_hwndTaskTray;                            /// tasktray window\r
+};\r
+\r
+#endif // !_DLGLOG_H\r