diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-08-19 18:56:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-19 18:56:02 -0700 |
| commit | 91e7d010999afd137c128b61c4df27b39a645d0f (patch) | |
| tree | a7562d647bddb527e26f1ba678c278de9892e99a /ports/lcms/shared.patch | |
| parent | 45d9d68a5825c78d71d8508ff9554d2552049138 (diff) | |
| parent | 7f9e9574a30bb2b2d9a2803d83eb7f80529b1b28 (diff) | |
| download | vcpkg-91e7d010999afd137c128b61c4df27b39a645d0f.tar.gz vcpkg-91e7d010999afd137c128b61c4df27b39a645d0f.zip | |
Merge pull request #1666 from Mixaill/lcms-fix
[lcms] fix header file
Diffstat (limited to 'ports/lcms/shared.patch')
| -rw-r--r-- | ports/lcms/shared.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/lcms/shared.patch b/ports/lcms/shared.patch index b3e7bf75f..2d7506c52 100644 --- a/ports/lcms/shared.patch +++ b/ports/lcms/shared.patch @@ -4,7 +4,7 @@ #endif // CMS_USE_BIG_ENDIAN -+#define CMS_DLL_BUILD ++#define CMS_DLL // Calling convention -- this is hardly platform and compiler dependent #ifdef CMS_IS_WINDOWS_ |
