diff options
author | George Hazan <george.hazan@gmail.com> | 2013-07-29 14:09:21 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-07-29 14:09:21 +0000 |
commit | c23dc541407d41665fa3bfdda2977f6b31694c68 (patch) | |
tree | 8fb2693bea3b0762f5b1bfd5a9924665c6e0966e /plugins/AVS/src/commonheaders.h | |
parent | b648ec6c38c0a2b8ea50ecdb167f41557e2e2584 (diff) |
- resource cleanup removed from ME_SYSTEM_OKTOEXIT;
- old unused files removed;
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@5524 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AVS/src/commonheaders.h')
-rw-r--r-- | plugins/AVS/src/commonheaders.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/AVS/src/commonheaders.h b/plugins/AVS/src/commonheaders.h index 10e7f52c17..e35a5270e5 100644 --- a/plugins/AVS/src/commonheaders.h +++ b/plugins/AVS/src/commonheaders.h @@ -47,7 +47,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "resource.h"
#include "version.h"
#include "image_utils.h"
-#include "mir_thread.h"
#include "poll.h"
#include "acc.h"
@@ -88,3 +87,6 @@ int SetAvatarAttribute(HANDLE hContact, DWORD attrib, int mode); #define AVS_IGNORENOTIFY 0x1000
#define AVS_DEFAULT "Global avatar"
+
+void mir_sleep(int time);
+extern bool g_shutDown;
\ No newline at end of file |