Zandronum Chat on our Discord Server Get the latest version: 3.1
Source Code

View Revisions: Issue #3802 All Revisions ] Back to Issue ]
Summary 0003802: C system headers are included from C++ source files without extern "C"
Revision 2020-06-07 02:00 by WubTheCaptain
Steps To Reproduce Two examples from Doomseeker:
Quote from src/core/main.cpp
#ifdef Q_OS_OPENBSD
#include <unistd.h>
#endif

Quote from src/core/main.cpp
#ifdef USE_WINMAIN_AS_ENTRY_POINT
#include <windows.h>
/* ... */
#else
/* ... */
#endif
Revision 2020-06-07 02:00 by WubTheCaptain
Steps To Reproduce Two examples from Doomseeker:
Quote from src/core/main.cpp
#ifdef Q_OS_OPENBSD
#include <unistd.h>
#endif

Quote from src/core/main.cpp
#ifdef USE_WINMAIN_AS_ENTRY_POINT
#include <windows.h>
/* ... */
#else
/* ... */
#endif
Revision 2020-06-07 01:44 by WubTheCaptain
Steps To Reproduce






Questions or other issues? Contact Us.

Links


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker