diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-06-06 20:17:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-06 20:17:54 +0200 |
commit | d838a4473589797264a1f9f5cd4de95604709d30 (patch) | |
tree | 476781a8c6bc1cfcabc338c1feb9582c9673b3b8 /thirdparty/oidn/0001-window.h-case-sensitive.patch | |
parent | ce1811f9e207cc93b93f15bb40b585c809f7905d (diff) | |
parent | dd79d1ce7847e7631ac56d28ca018c48bfae5af3 (diff) |
Merge pull request #39340 from JFonS/upgrade_oidn
Upgrade OpenImageDenoise to v1.1.0
Diffstat (limited to 'thirdparty/oidn/0001-window.h-case-sensitive.patch')
-rw-r--r-- | thirdparty/oidn/0001-window.h-case-sensitive.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/thirdparty/oidn/0001-window.h-case-sensitive.patch b/thirdparty/oidn/0001-window.h-case-sensitive.patch deleted file mode 100644 index 7b9c8e96c1..0000000000 --- a/thirdparty/oidn/0001-window.h-case-sensitive.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/thirdparty/oidn/common/platform.h b/thirdparty/oidn/common/platform.h -index 205ac8981d..9373b617b5 100644 ---- a/thirdparty/oidn/common/platform.h -+++ b/thirdparty/oidn/common/platform.h -@@ -19,7 +19,7 @@ - #if defined(_WIN32) - #define WIN32_LEAN_AND_MEAN - #define NOMINMAX -- #include <Windows.h> -+ #include <windows.h> - #elif defined(__APPLE__) - #include <sys/sysctl.h> - #endif |