Skip to content
  • Michael Orlitzky's avatar
    README.md: expand on solutions to the min/max conflicts on Windows. · 339098e6
    Michael Orlitzky authored
    It turns out that windef.h isn't the only problematic header on
    Windows. In some cases, the "standard" stdlib.h in the Windows SDK
    will try to define its own min() and max() macros, too. And symmetrica
    includes stdlib.h in src/def.h. This commit expands the section in the
    README about the causes of and workarounds for this issue.
    
    Issue: #6
    339098e6