diff options
| author | Martin Müller <muemart@users.noreply.github.com> | 2017-05-05 11:42:36 +0200 |
|---|---|---|
| committer | Martin Müller <muemart@users.noreply.github.com> | 2017-05-05 11:45:04 +0200 |
| commit | 1c70d26ad1ad53c4afd53cc9c4ef729227e72c24 (patch) | |
| tree | 2f9f0337a778b3e882aa85e8e6477950f09d9d57 /ports/lz4 | |
| parent | 63c613f1ed7fb9a16f0d63cb351c711730e263bf (diff) | |
| download | vcpkg-1c70d26ad1ad53c4afd53cc9c4ef729227e72c24.tar.gz vcpkg-1c70d26ad1ad53c4afd53cc9c4ef729227e72c24.zip | |
Force LF line endings for patch files
Diffstat (limited to 'ports/lz4')
| -rw-r--r-- | ports/lz4/auto-define-import-macro.patch | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/ports/lz4/auto-define-import-macro.patch b/ports/lz4/auto-define-import-macro.patch index 48b4585ea..314c228db 100644 --- a/ports/lz4/auto-define-import-macro.patch +++ b/ports/lz4/auto-define-import-macro.patch @@ -1,28 +1,28 @@ -diff --git a/lz4.h b/lz4.h
-index 7420ad8..c1c3e56 100644
---- a/lz4.h
-+++ b/lz4.h
-@@ -73,6 +73,9 @@ extern "C" {
- * LZ4_DLL_EXPORT :
- * Enable exporting of functions when building a Windows DLL
- */
-+
-+#define LZ4_DLL_IMPORT 1
-+
- #if defined(LZ4_DLL_EXPORT) && (LZ4_DLL_EXPORT==1)
- # define LZ4LIB_API __declspec(dllexport)
- #elif defined(LZ4_DLL_IMPORT) && (LZ4_DLL_IMPORT==1)
-diff --git a/lz4frame.h b/lz4frame.h
-index 3104d2e..4442461 100644
---- a/lz4frame.h
-+++ b/lz4frame.h
-@@ -55,6 +55,9 @@ extern "C" {
- * LZ4_DLL_EXPORT :
- * Enable exporting of functions when building a Windows DLL
- */
-+
-+#define LZ4_DLL_IMPORT 1
-+
- #if defined(LZ4_DLL_EXPORT) && (LZ4_DLL_EXPORT==1)
- # define LZ4FLIB_API __declspec(dllexport)
- #elif defined(LZ4_DLL_IMPORT) && (LZ4_DLL_IMPORT==1)
+diff --git a/lz4.h b/lz4.h +index 7420ad8..c1c3e56 100644 +--- a/lz4.h ++++ b/lz4.h +@@ -73,6 +73,9 @@ extern "C" { + * LZ4_DLL_EXPORT : + * Enable exporting of functions when building a Windows DLL + */ ++ ++#define LZ4_DLL_IMPORT 1 ++ + #if defined(LZ4_DLL_EXPORT) && (LZ4_DLL_EXPORT==1) + # define LZ4LIB_API __declspec(dllexport) + #elif defined(LZ4_DLL_IMPORT) && (LZ4_DLL_IMPORT==1) +diff --git a/lz4frame.h b/lz4frame.h +index 3104d2e..4442461 100644 +--- a/lz4frame.h ++++ b/lz4frame.h +@@ -55,6 +55,9 @@ extern "C" { + * LZ4_DLL_EXPORT : + * Enable exporting of functions when building a Windows DLL + */ ++ ++#define LZ4_DLL_IMPORT 1 ++ + #if defined(LZ4_DLL_EXPORT) && (LZ4_DLL_EXPORT==1) + # define LZ4FLIB_API __declspec(dllexport) + #elif defined(LZ4_DLL_IMPORT) && (LZ4_DLL_IMPORT==1) |
