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 /tools/MakeDef | |
parent | 87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff) |
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'tools/MakeDef')
-rw-r--r-- | tools/MakeDef/MakeDefs.cpp | 2 | ||||
-rw-r--r-- | tools/MakeDef/h_collection.h | 2 | ||||
-rw-r--r-- | tools/MakeDef/h_object.h | 2 | ||||
-rw-r--r-- | tools/MakeDef/h_types.h | 2 | ||||
-rw-r--r-- | tools/MakeDef/h_util.h | 2 | ||||
-rw-r--r-- | tools/MakeDef/lib_str.cpp | 2 | ||||
-rw-r--r-- | tools/MakeDef/newstr.cpp | 2 | ||||
-rw-r--r-- | tools/MakeDef/tcollect.cpp | 2 | ||||
-rw-r--r-- | tools/MakeDef/tnsrtcol.cpp | 2 | ||||
-rw-r--r-- | tools/MakeDef/tsmall.cpp | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/tools/MakeDef/MakeDefs.cpp b/tools/MakeDef/MakeDefs.cpp index c85e25378a..c7401a99ae 100644 --- a/tools/MakeDef/MakeDefs.cpp +++ b/tools/MakeDef/MakeDefs.cpp @@ -1,4 +1,4 @@ -// MakeDefs.cpp : Defines the entry point for the application.
+// MakeDefs.cpp : Defines the entry point for the application.
//
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
diff --git a/tools/MakeDef/h_collection.h b/tools/MakeDef/h_collection.h index c179723fc7..2e358bd6f2 100644 --- a/tools/MakeDef/h_collection.h +++ b/tools/MakeDef/h_collection.h @@ -1,4 +1,4 @@ -
+
#if !defined( __TNSCOLL_H )
#define __TNSCOLL_H
diff --git a/tools/MakeDef/h_object.h b/tools/MakeDef/h_object.h index 0188999997..1074db7b00 100644 --- a/tools/MakeDef/h_object.h +++ b/tools/MakeDef/h_object.h @@ -1,4 +1,4 @@ -
+
#if !defined( __TOBJECT_H )
#define __TOBJECT_H
diff --git a/tools/MakeDef/h_types.h b/tools/MakeDef/h_types.h index 2ab730e820..4e65cfbe0d 100644 --- a/tools/MakeDef/h_types.h +++ b/tools/MakeDef/h_types.h @@ -1,4 +1,4 @@ -#if !defined( __TTYPES_H )
+#if !defined( __TTYPES_H )
#define __TTYPES_H
#include <stddef.h>
diff --git a/tools/MakeDef/h_util.h b/tools/MakeDef/h_util.h index 8f518c46f4..cbbbd9b3ed 100644 --- a/tools/MakeDef/h_util.h +++ b/tools/MakeDef/h_util.h @@ -1,4 +1,4 @@ -#if !defined( __UTIL_H )
+#if !defined( __UTIL_H )
#define __UTIL_H
#if !defined( __STDARG_H )
diff --git a/tools/MakeDef/lib_str.cpp b/tools/MakeDef/lib_str.cpp index d573c33b08..786ce44571 100644 --- a/tools/MakeDef/lib_str.cpp +++ b/tools/MakeDef/lib_str.cpp @@ -1,4 +1,4 @@ -#include <string.h>
+#include <string.h>
#include "h_util.h"
diff --git a/tools/MakeDef/newstr.cpp b/tools/MakeDef/newstr.cpp index d64ab7d5c4..557ea17038 100644 --- a/tools/MakeDef/newstr.cpp +++ b/tools/MakeDef/newstr.cpp @@ -1,4 +1,4 @@ -#include <string.h>
+#include <string.h>
#include "h_util.h"
diff --git a/tools/MakeDef/tcollect.cpp b/tools/MakeDef/tcollect.cpp index 76d154dd87..6773a5c382 100644 --- a/tools/MakeDef/tcollect.cpp +++ b/tools/MakeDef/tcollect.cpp @@ -1,4 +1,4 @@ -#include <stdio.h>
+#include <stdio.h>
#include <string.h>
#include "h_collection.h"
diff --git a/tools/MakeDef/tnsrtcol.cpp b/tools/MakeDef/tnsrtcol.cpp index de2f3a973d..b614f8388b 100644 --- a/tools/MakeDef/tnsrtcol.cpp +++ b/tools/MakeDef/tnsrtcol.cpp @@ -1,4 +1,4 @@ -#include <stdio.h>
+#include <stdio.h>
#include <string.h>
#include "h_collection.h"
diff --git a/tools/MakeDef/tsmall.cpp b/tools/MakeDef/tsmall.cpp index 79255e7575..7fac553572 100644 --- a/tools/MakeDef/tsmall.cpp +++ b/tools/MakeDef/tsmall.cpp @@ -1,4 +1,4 @@ -#include <stdio.h>
+#include <stdio.h>
#include <string.h>
#include "h_object.h"
|