diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 14:15:09 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 14:15:09 +0300 |
commit | a27079fe5c4a210664515c47767c00112c435d65 (patch) | |
tree | 39e36b58b4138af46e2f10661de352482b89399d /plugins/MenuItemEx/src | |
parent | 87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff) |
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'plugins/MenuItemEx/src')
-rw-r--r-- | plugins/MenuItemEx/src/images.cpp | 2 | ||||
-rw-r--r-- | plugins/MenuItemEx/src/images.h | 2 | ||||
-rw-r--r-- | plugins/MenuItemEx/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/MenuItemEx/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/MenuItemEx/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/MenuItemEx/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/MenuItemEx/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/MenuItemEx/src/version.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/plugins/MenuItemEx/src/images.cpp b/plugins/MenuItemEx/src/images.cpp index 037e0b914a..f59b4c2c4e 100644 --- a/plugins/MenuItemEx/src/images.cpp +++ b/plugins/MenuItemEx/src/images.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
extern HINSTANCE hinstance;
diff --git a/plugins/MenuItemEx/src/images.h b/plugins/MenuItemEx/src/images.h index f3da07d4de..c935ec8659 100644 --- a/plugins/MenuItemEx/src/images.h +++ b/plugins/MenuItemEx/src/images.h @@ -1,4 +1,4 @@ -#ifndef __IMAGE_UTILS_H__
+#ifndef __IMAGE_UTILS_H__
#define __IMAGE_UTILS_H__
HICON BindOverlayIcon(HICON, LPCSTR);
diff --git a/plugins/MenuItemEx/src/main.cpp b/plugins/MenuItemEx/src/main.cpp index 05ac3a2bb9..4a2ba849e7 100644 --- a/plugins/MenuItemEx/src/main.cpp +++ b/plugins/MenuItemEx/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#define MS_SETINVIS "MenuEx/SetInvis"
#define MS_SETVIS "MenuEx/SetVis"
diff --git a/plugins/MenuItemEx/src/options.cpp b/plugins/MenuItemEx/src/options.cpp index 819cc6963d..997bc2d417 100644 --- a/plugins/MenuItemEx/src/options.cpp +++ b/plugins/MenuItemEx/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
extern HINSTANCE hinstance;
extern BOOL bPopupService;
diff --git a/plugins/MenuItemEx/src/resource.h b/plugins/MenuItemEx/src/resource.h index 39aa672d1d..d14e68272a 100644 --- a/plugins/MenuItemEx/src/resource.h +++ b/plugins/MenuItemEx/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/plugins/MenuItemEx/src/stdafx.cxx b/plugins/MenuItemEx/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/MenuItemEx/src/stdafx.cxx +++ b/plugins/MenuItemEx/src/stdafx.cxx @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/plugins/MenuItemEx/src/stdafx.h b/plugins/MenuItemEx/src/stdafx.h index e5ce6f796d..daeb667f8a 100644 --- a/plugins/MenuItemEx/src/stdafx.h +++ b/plugins/MenuItemEx/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef MENUEX_H__
+#ifndef MENUEX_H__
#define MENUEX_H__
#define _CRT_SECURE_NO_DEPRECATE
diff --git a/plugins/MenuItemEx/src/version.h b/plugins/MenuItemEx/src/version.h index dc142e301b..b413e2676b 100644 --- a/plugins/MenuItemEx/src/version.h +++ b/plugins/MenuItemEx/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 1
+#define __MAJOR_VERSION 1
#define __MINOR_VERSION 3
#define __RELEASE_NUM 0
#define __BUILD_NUM 10
|