diff options
Diffstat (limited to 'src/core/stdplug.h')
-rw-r--r-- | src/core/stdplug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/stdplug.h b/src/core/stdplug.h index f7a6e49522..ef65298258 100644 --- a/src/core/stdplug.h +++ b/src/core/stdplug.h @@ -5,7 +5,7 @@ #define MIRANDA_EXE_FUNC(T) extern "C" T __declspec(dllimport)
#endif
-MIRANDA_EXE_FUNC(HICON) LoadSkinProtoIcon(const char* szProto, int status, bool big = false);
+MIRANDA_EXE_FUNC(HICON) LoadSkinProtoIcon(const char *szProto, int status, bool big = false);
MIRANDA_EXE_FUNC(HICON) LoadSkinIcon(int idx, bool big = false);
MIRANDA_EXE_FUNC(HANDLE) GetSkinIconHandle(int idx);
@@ -19,7 +19,7 @@ MIRANDA_EXE_FUNC(void) Button_SetIcon_IcoLib(HWND hDlg, int itemId, int iconId MIRANDA_EXE_FUNC(void) Button_FreeIcon_IcoLib(HWND hDlg, int itemId);
MIRANDA_EXE_FUNC(void) Window_SetIcon_IcoLib(HWND hWnd, int iconId);
-MIRANDA_EXE_FUNC(void) Window_SetProtoIcon_IcoLib(HWND hWnd, const char* szProto, int iconId);
+MIRANDA_EXE_FUNC(void) Window_SetProtoIcon_IcoLib(HWND hWnd, const char *szProto, int iconId);
MIRANDA_EXE_FUNC(void) Window_FreeIcon_IcoLib(HWND hWnd);
MIRANDA_EXE_FUNC(int) GetPluginLangByInstance(HINSTANCE hInstance);
|