diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-11-21 22:50:03 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-11-21 22:50:03 -0800 |
| commit | 46288a5a6df363bcb795ccc49f78adab560e41e5 (patch) | |
| tree | c68795246e6a46e4832c1ff093b56a1b16b7fa1d /ports/devil/0002_fix-missing-mfc-includes.patch | |
| parent | 31bbb8be379239c8402026091ebdcd02cc016f27 (diff) | |
| download | vcpkg-46288a5a6df363bcb795ccc49f78adab560e41e5.tar.gz vcpkg-46288a5a6df363bcb795ccc49f78adab560e41e5.zip | |
[devil] Enable static builds
Diffstat (limited to 'ports/devil/0002_fix-missing-mfc-includes.patch')
| -rw-r--r-- | ports/devil/0002_fix-missing-mfc-includes.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/devil/0002_fix-missing-mfc-includes.patch b/ports/devil/0002_fix-missing-mfc-includes.patch index a456c0116..755d0d867 100644 --- a/ports/devil/0002_fix-missing-mfc-includes.patch +++ b/ports/devil/0002_fix-missing-mfc-includes.patch @@ -6,7 +6,7 @@ index 346758f..298a207 100644 // // Generated from the TEXTINCLUDE 2 resource. // --#include "afxres.h"
+-#include "afxres.h" +#define APSTUDIO_HIDDEN_SYMBOLS +#include "windows.h" +#undef APSTUDIO_HIDDEN_SYMBOLS |
