diff options
author | Robert Pösel <robyer@seznam.cz> | 2012-11-13 20:17:01 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2012-11-13 20:17:01 +0000 |
commit | 26f56c43370a09117821f818ac37bf9f550085ad (patch) | |
tree | 397e890126456a1dae70aa08ec270d9a0b8b3f2c /plugins/MobileState/src/commonheaders.h | |
parent | a6bd36b9fa03b0d7c9e3cd4a5491ba7dae96c5a3 (diff) |
MobileState: Rewrited detection and added more clients.
git-svn-id: http://svn.miranda-ng.org/main/trunk@2307 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MobileState/src/commonheaders.h')
-rw-r--r-- | plugins/MobileState/src/commonheaders.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/MobileState/src/commonheaders.h b/plugins/MobileState/src/commonheaders.h index 811c50f07f..2574df0c71 100644 --- a/plugins/MobileState/src/commonheaders.h +++ b/plugins/MobileState/src/commonheaders.h @@ -17,12 +17,12 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef COMMHEADERS_H
-#define COMMHEADERS_H
+#pragma once
#define MIRANDA_VER 0x0A00
#include <windows.h>
+#include <malloc.h>
// Miranda API headers
#include <newpluginapi.h>
@@ -38,5 +38,3 @@ #define MODULENAME "MobileState"
extern HINSTANCE g_hInst;
-
-#endif //COMMHEADERS_H
|