Skip to content

Commit

Permalink
Revert "- Fix non-Windows and non-MSVC builds due to missing header f…
Browse files Browse the repository at this point in the history
…or `strupr()`."

This reverts commit 2217dcb.
  • Loading branch information
mjr4077au committed Jul 25, 2021
1 parent e4fb67b commit 3b82a08
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions source/games/blood/src/nnexts.cpp
Expand Up @@ -31,11 +31,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

#ifdef NOONE_EXTENSIONS
#include <random>

#if !defined(_WIN32) && !defined(_MSC_VER)
#include <string.h>
#endif

#include "blood.h"
#include "savegamehelp.h"

Expand Down

0 comments on commit 3b82a08

Please sign in to comment.