diff options
author | Boris Nagaev <bnagaev@gmail.com> | 2015-08-30 14:26:00 (GMT) |
---|---|---|
committer | Boris Nagaev <bnagaev@gmail.com> | 2015-11-10 01:24:09 (GMT) |
commit | 1185a87aaf321183ef1706513ad94c8e4f5c2c8f (patch) | |
tree | 723c65209d33afc912fc4323a0da1145110f2dc5 /src/lzma-2-mystring-include-windows.patch | |
parent | c47f22edffe45c42e99744d3365281b616550e5c (diff) | |
download | mxe-1185a87aaf321183ef1706513ad94c8e4f5c2c8f.zip mxe-1185a87aaf321183ef1706513ad94c8e4f5c2c8f.tar.gz mxe-1185a87aaf321183ef1706513ad94c8e4f5c2c8f.tar.bz2 |
add package lzma
Diffstat (limited to 'src/lzma-2-mystring-include-windows.patch')
-rw-r--r-- | src/lzma-2-mystring-include-windows.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/lzma-2-mystring-include-windows.patch b/src/lzma-2-mystring-include-windows.patch new file mode 100644 index 0000000..1b15764 --- /dev/null +++ b/src/lzma-2-mystring-include-windows.patch @@ -0,0 +1,28 @@ +This file is part of MXE. +See index.html for further information. + +From 7798a70fa69dc4994cc25f82ec3e9b2b368d50fe Mon Sep 17 00:00:00 2001 +From: Boris Nagaev <bnagaev@gmail.com> +Date: Sun, 30 Aug 2015 14:46:10 +0200 +Subject: [PATCH] MyString: include windows.h + +Functions CharUpperA, CharPrev etc +--- + CPP/Common/MyString.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/CPP/Common/MyString.h b/CPP/Common/MyString.h +index 7db8a37..297986f 100755 +--- a/CPP/Common/MyString.h ++++ b/CPP/Common/MyString.h +@@ -4,6 +4,7 @@ + #define __COMMON_STRING_H
+
+ #include <string.h>
++#include <windows.h>
+
+ #include "MyVector.h"
+
+-- +1.7.10.4 + |