diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-24 17:39:28 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-24 17:39:28 +0000 |
commit | bb88f142d7d41f0d6e6a4d1919fe6d6ace03fbe2 (patch) | |
tree | 599c9f5e30155eea5e3c4d99bde612800320671f /popup/src/headers.h | |
parent | b69a7f60f7ef2b0ce17a69fe8e772aec9c7dcdd8 (diff) |
popup:
typo fixed
fixed errors with ansi plugins
fixed destroying all of popups windows before unloading
added destroing functions on exit
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@24 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'popup/src/headers.h')
-rw-r--r-- | popup/src/headers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/popup/src/headers.h b/popup/src/headers.h index 2aa428c..6b5f489 100644 --- a/popup/src/headers.h +++ b/popup/src/headers.h @@ -184,5 +184,6 @@ Last change by : $Author: Merlin_de $ #include "popup_gdiplus.h"
INT_PTR svcEnableDisableMenuCommand(WPARAM, LPARAM);
+extern HANDLE hSquareFad;
#endif //HEADERS_H
|