https://github.com/behdad/glyphy
Revision 692aa38fb71bba1855eaadaed431717256e7cef8 authored by Chun-wei Fan on 24 March 2022, 04:19:58 UTC, committed by Behdad Esfahbod on 24 March 2022, 16:56:44 UTC
windows.h define its own min/max that will get in our way when building the
demos, which use std::min and std::max.  Define NOMINMAX so that this will not
be an issue.
1 parent 2324271
History
Tip revision: 692aa38fb71bba1855eaadaed431717256e7cef8 authored by Chun-wei Fan on 24 March 2022, 04:19:58 UTC
meson.build: Define NOMINMAX on MSVC-like compilers
Tip revision: 692aa38
File Mode Size
config.h -rw-r--r-- 2.2 KB
glyphy-demo.vcxproj -rw-r--r-- 5.0 KB
glyphy.sln -rw-r--r-- 1.4 KB
glyphy.vcxproj -rw-r--r-- 4.3 KB
stringize.js -rw-r--r-- 820 bytes

back to top