diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-14 14:39:45 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-14 14:39:45 +0000 |
commit | 406de4af82891ae5d30280917721a88f4d43abeb (patch) | |
tree | b76390e3b97cfc0b7430d20029a5ce7be1578ddb /plugins/BossKeyPlus/src/BossKey.h | |
parent | 3f7e27dc41ea766841f88b546e3db04edbdc5b96 (diff) |
BossKey: changed warning lavel to w4
git-svn-id: http://svn.miranda-ng.org/main/trunk@11408 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BossKeyPlus/src/BossKey.h')
-rw-r--r-- | plugins/BossKeyPlus/src/BossKey.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/plugins/BossKeyPlus/src/BossKey.h b/plugins/BossKeyPlus/src/BossKey.h index b28d22efdd..f7b71b3db5 100644 --- a/plugins/BossKeyPlus/src/BossKey.h +++ b/plugins/BossKeyPlus/src/BossKey.h @@ -2,20 +2,20 @@ BossKey - Hide Miranda from your boss :)
Copyright (C) 2002-2003 Goblineye Entertainment, (C) 2007-2010 Billy_Bons
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-*/
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
#pragma once
@@ -88,11 +88,11 @@ extern HINSTANCE g_hInstance; extern bool g_bWindowHidden;
extern UINT minutes;
-int OptsDlgInit(WPARAM wParam,LPARAM lParam);
+int OptsDlgInit(WPARAM wParam, LPARAM lParam);
INT_PTR BossKeyHideMiranda(WPARAM wParam, LPARAM lParam);
void BossKeyMenuItemInit(void);
void BossKeyMenuItemUnInit(void);
-TCHAR *GetBossKeyText(void);
+static TCHAR *GetBossKeyText(void);
void InitIdleTimer(void);
void UninitIdleTimer(void);
TCHAR* GetDefStatusMsg(unsigned uMode, const char* szProto);
@@ -104,4 +104,4 @@ typedef struct HWND_ITEM_TYPE HWND_ITEM_TYPE *next;
} HWND_ITEM;
-typedef HRESULT (WINAPI *PFNDwmIsCompositionEnabled)(BOOL *);
+typedef HRESULT(WINAPI *PFNDwmIsCompositionEnabled)(BOOL *);
|