Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Reorganize a few lines from common.h to build under windows VS2015 #15

@Cayleth

Description

@Cayleth

in common.h, when compiling on my platform from the visual studio solution, the #ifndef DONT_INCLUDE_SDL block, which #includes the SDL headers needs to go BEFORE the #include <curses.h>, so that underscore underscore WIN32 underscore underscore gets defined, otherwise curses.h doesn't define a large number of functions, resulting in thousands of compile errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions