summarylogtreecommitdiffstats
path: root/nsis-948074.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nsis-948074.patch')
-rw-r--r--nsis-948074.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/nsis-948074.patch b/nsis-948074.patch
deleted file mode 100644
index fc91f539494d..000000000000
--- a/nsis-948074.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- a/Source/ResourceEditor.h.64bit 2009-02-01 09:44:30.000000000 -0500
-+++ b/Source/ResourceEditor.h 2014-07-23 17:12:20.000000000 -0400
-@@ -180,7 +180,7 @@
-
- void Destroy();
-
-- DWORD m_dwWrittenAt;
-+ long m_dwWrittenAt;
-
- private:
- IMAGE_RESOURCE_DIRECTORY m_rdDir;
-@@ -204,7 +204,7 @@
-
- CResourceDataEntry* GetDataEntry();
-
-- DWORD m_dwWrittenAt;
-+ long m_dwWrittenAt;
-
- private:
- bool m_bHasName;
-@@ -232,7 +232,7 @@
- DWORD GetCodePage();
- DWORD GetOffset();
-
-- DWORD m_dwWrittenAt;
-+ long m_dwWrittenAt;
-
- private:
- BYTE* m_pbData;