OSDN Git Service

post WM_NULL to attached threads on yamy exit to unmap mayu{32,64}.dll
[yamy/yamy.git] / target.h
1 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
2 // target.h\r
3 \r
4 \r
5 #ifndef _TARGET_H\r
6 #  define _TARGET_H\r
7 \r
8 #  include <windows.h>\r
9 \r
10 \r
11 ///\r
12 extern ATOM Register_target();\r
13 \r
14 ///\r
15 enum {\r
16         ///\r
17         WM_APP_targetNotify = WM_APP + 102,\r
18 };\r
19 \r
20 \r
21 #endif // !_TARGET_H\r