diff options
| author | pravic <ehysta@gmail.com> | 2020-02-12 10:19:34 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-11 23:19:34 -0800 |
| commit | 110ed91c05b2c2cfc3e3f1b84736fa607007a9ba (patch) | |
| tree | 777382b5ca491bdcb2ef93dce1d9fc3c35579144 /ports/sciter/0001_patch_stdafx.patch | |
| parent | f0ea08adea05a506b4b370a9e32dda38212b0eff (diff) | |
| download | vcpkg-110ed91c05b2c2cfc3e3f1b84736fa607007a9ba.tar.gz vcpkg-110ed91c05b2c2cfc3e3f1b84736fa607007a9ba.zip | |
[sciter] Update to 4.4.0.7.7393 (#10022)
Diffstat (limited to 'ports/sciter/0001_patch_stdafx.patch')
| -rw-r--r-- | ports/sciter/0001_patch_stdafx.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ports/sciter/0001_patch_stdafx.patch b/ports/sciter/0001_patch_stdafx.patch deleted file mode 100644 index b4a85d5d3..000000000 --- a/ports/sciter/0001_patch_stdafx.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/include/sciter-win-main.cpp b/include/sciter-win-main.cpp -index 9f2699e..104b70a 100644 ---- a/include/sciter-win-main.cpp -+++ b/include/sciter-win-main.cpp -@@ -1,4 +1,6 @@ --#include "stdafx.h" -+// It is better to disable stdafx.h by default. -+// And enable it explicitly via /Fstdafx.h compiler option (C/C++ - Advanced - Force Include File). -+// #include "stdafx.h" - - #include <vector> - |
