Skip to content
  • Vedran Miletić's avatar
    Fixed compiling on Windows with MSVC · 7d64bb9c
    Vedran Miletić authored
    Defined M_PI where needed, added include <iterator> and <functional>
    where they are missing, replaced static variable size array allocation
    with dynamic allocation, and avoided using macro names from winbase.h
    (and possibly others):
    - max -> fintmax
    - FindAtom -> FindAtomInList
    - GetAtomName -> GetName
    - GetCurrentDirectory -> GetCurrentWorkingDirectory
    7d64bb9c