diff options
Diffstat (limited to 'plugins/ExternalAPI/m_yamn.h')
-rw-r--r-- | plugins/ExternalAPI/m_yamn.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ExternalAPI/m_yamn.h b/plugins/ExternalAPI/m_yamn.h index 43b8fccffc..2be7c32712 100644 --- a/plugins/ExternalAPI/m_yamn.h +++ b/plugins/ExternalAPI/m_yamn.h @@ -11,8 +11,8 @@ typedef struct CYAMNVariables {
#define YAMN_VARIABLESVERSION 3
HINSTANCE hInst;
- HANDLE MessageWnds;
- HANDLE NewMailAccountWnd;
+ MWindowList MessageWnds;
+ MWindowList NewMailAccountWnd;
int Shutdown;
} YAMN_VARIABLES, *PYAMN_VARIABLES;
|