diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:00:20 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:09:18 +0300 |
commit | 62202ed10617927d5429bc59898e12a366abe744 (patch) | |
tree | 4960bf1241b59cf009118da6cdab87294b1a95e1 /include/msapi | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'include/msapi')
-rw-r--r-- | include/msapi/afxres.h | 2 | ||||
-rw-r--r-- | include/msapi/comptr.h | 2 | ||||
-rw-r--r-- | include/msapi/inttypes.h | 2 | ||||
-rw-r--r-- | include/msapi/richedit5.h | 2 | ||||
-rw-r--r-- | include/msapi/stdbool.h | 2 | ||||
-rw-r--r-- | include/msapi/stdver.h | 2 | ||||
-rw-r--r-- | include/msapi/vld.h | 2 | ||||
-rw-r--r-- | include/msapi/vld_def.h | 2 | ||||
-rw-r--r-- | include/msapi/vsstyle.h | 2 | ||||
-rw-r--r-- | include/msapi/vssym32.h | 2 | ||||
-rw-r--r-- | include/msapi/winres.h | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/include/msapi/afxres.h b/include/msapi/afxres.h index 15e139c892..99bf10711f 100644 --- a/include/msapi/afxres.h +++ b/include/msapi/afxres.h @@ -1,4 +1,4 @@ -/* winres.h Missing in MinGW. Adding missing constants */
+/* winres.h Missing in MinGW. Adding missing constants */
#ifdef __GNUC__
#ifndef __WINRES_H
diff --git a/include/msapi/comptr.h b/include/msapi/comptr.h index ba8e54ffc1..8e072d3fa2 100644 --- a/include/msapi/comptr.h +++ b/include/msapi/comptr.h @@ -1,4 +1,4 @@ -// This is a part of the Active Template Library.
+// This is a part of the Active Template Library.
// Copyright (C) Microsoft Corporation
// All rights reserved.
diff --git a/include/msapi/inttypes.h b/include/msapi/inttypes.h index 04c5a9f4df..a684ee8fd6 100644 --- a/include/msapi/inttypes.h +++ b/include/msapi/inttypes.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#include <stdint.h>
diff --git a/include/msapi/richedit5.h b/include/msapi/richedit5.h index 6eb3980abf..d586fd07e5 100644 --- a/include/msapi/richedit5.h +++ b/include/msapi/richedit5.h @@ -1,4 +1,4 @@ -/*
+/*
* RICHEDIT.H
*
* Purpose:
diff --git a/include/msapi/stdbool.h b/include/msapi/stdbool.h index db5d31a544..1742b7f556 100644 --- a/include/msapi/stdbool.h +++ b/include/msapi/stdbool.h @@ -1,4 +1,4 @@ -/* stdbool.h standard header */ +/* stdbool.h standard header */ #ifndef _STDBOOL #define _STDBOOL diff --git a/include/msapi/stdver.h b/include/msapi/stdver.h index 6f40f9e4bd..933a81879b 100644 --- a/include/msapi/stdver.h +++ b/include/msapi/stdver.h @@ -1,4 +1,4 @@ -#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
#define __STRINGIFY_IMPL(x) #x
diff --git a/include/msapi/vld.h b/include/msapi/vld.h index 2f574ada35..4e7069f464 100644 --- a/include/msapi/vld.h +++ b/include/msapi/vld.h @@ -1,4 +1,4 @@ -////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
//
// Visual Leak Detector - Import Library Header
// Copyright (c) 2005-2014 VLD Team
diff --git a/include/msapi/vld_def.h b/include/msapi/vld_def.h index a8d0a677b0..2514b62ad2 100644 --- a/include/msapi/vld_def.h +++ b/include/msapi/vld_def.h @@ -1,4 +1,4 @@ -////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
//
// Visual Leak Detector - Import Library Header
// Copyright (c) 2005-2014 VLD Team
diff --git a/include/msapi/vsstyle.h b/include/msapi/vsstyle.h index bcd4dcbf56..7f9b03468a 100644 --- a/include/msapi/vsstyle.h +++ b/include/msapi/vsstyle.h @@ -1,4 +1,4 @@ -//-------------------------------------------------------------------------//
+//-------------------------------------------------------------------------//
// VisualStyle Style Guide symbols
//-------------------------------------------------------------------------//
diff --git a/include/msapi/vssym32.h b/include/msapi/vssym32.h index ae1c05c405..410b69fa75 100644 --- a/include/msapi/vssym32.h +++ b/include/msapi/vssym32.h @@ -1,4 +1,4 @@ -//-------------------------------------------------------------------------//
+//-------------------------------------------------------------------------//
// VisualStyle Core Win32/ComCtl32 symbols
//-------------------------------------------------------------------------//
diff --git a/include/msapi/winres.h b/include/msapi/winres.h index 15e139c892..99bf10711f 100644 --- a/include/msapi/winres.h +++ b/include/msapi/winres.h @@ -1,4 +1,4 @@ -/* winres.h Missing in MinGW. Adding missing constants */
+/* winres.h Missing in MinGW. Adding missing constants */
#ifdef __GNUC__
#ifndef __WINRES_H
|