diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-02-23 03:36:35 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-02-23 04:16:00 -0800 |
| commit | cd6aa2a5ab579d8cfec7d503fc555714508ff248 (patch) | |
| tree | 7478e7120cb09b8311d7beac3965e0fb57532d02 /ports/wt/guard-NO_ERROR.patch | |
| parent | 43172e23188cc8014ac1b73bca8b24f664ff3324 (diff) | |
| download | vcpkg-cd6aa2a5ab579d8cfec7d503fc555714508ff248.tar.gz vcpkg-cd6aa2a5ab579d8cfec7d503fc555714508ff248.zip | |
[wt] Upgrade
Diffstat (limited to 'ports/wt/guard-NO_ERROR.patch')
| -rw-r--r-- | ports/wt/guard-NO_ERROR.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ports/wt/guard-NO_ERROR.patch b/ports/wt/guard-NO_ERROR.patch deleted file mode 100644 index b91a19a20..000000000 --- a/ports/wt/guard-NO_ERROR.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff --git a/src/wt/WGLWidget b/src/wt/WGLWidget -index dd39701..94634f7 100644 ---- a/src/wt/WGLWidget -+++ b/src/wt/WGLWidget -@@ -798,7 +798,14 @@ public: - SAMPLE_COVERAGE = 0x80A0, - - /* ErrorCode */ -+#ifdef _WIN32 -+#pragma push_macro ("NO_ERROR") -+#undef NO_ERROR -+#endif - NO_ERROR = 0x0, -+#ifdef _WIN32 -+#pragma pop_macro ("NO_ERROR") -+#endif - INVALID_ENUM = 0x0500, - INVALID_VALUE = 0x0501, - INVALID_OPERATION = 0x0502, |
