| * This file has no copyright assigned and is placed in the Public Domain. |
| * This file is part of the w64 mingw-runtime package. |
| * No warranty is given; refer to the file DISCLAIMER.PD within this package. |
| #include <_mingw_unicode.h> |
| #define WM_CPL_LAUNCH (WM_USER+1000) |
| #define WM_CPL_LAUNCHED (WM_USER+1001) |
| #define CPL_DYNAMIC_RES 0 |
| #define CPL_STARTWPARMSA 9 |
| #define CPL_STARTWPARMSW 10 |
| typedef LONG (WINAPI *APPLET_PROC)(HWND hwndCpl,UINT msg,LPARAM lParam1,LPARAM lParam2); |
| typedef struct tagCPLINFO { |
| typedef struct tagNEWCPLINFOA { |
| } NEWCPLINFOA,*LPNEWCPLINFOA; |
| typedef struct tagNEWCPLINFOW { |
| } NEWCPLINFOW,*LPNEWCPLINFOW; |
| __MINGW_TYPEDEF_AW(NEWCPLINFO) |
| __MINGW_TYPEDEF_AW(LPNEWCPLINFO) |
| #define CPL_STARTWPARMS __MINGW_NAME_AW(CPL_STARTWPARMS) |