Skip to content
  • Vedran Miletić's avatar
    Partially fix building on Windows · dd5a3814
    Vedran Miletić authored
    Defines M_PI where needed, adds include <iterator> and <functional>
    where they are missing, replaces static variable size array allocation
    with dynamic allocation, and avoid using names from winbase.h:
    * FindAtom -> FindAtomInList
    * GetAtomName -> GetName
    * GetCurrentDirectory -> GetCurrentWorkingDirectory
    dd5a3814