mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-13 11:30:44 +00:00
Revert "- Fix non-Windows and non-MSVC builds due to missing header for strupr()
."
This reverts commit 2217dcb632
.
This commit is contained in:
parent
e4fb67bc25
commit
3b82a08123
1 changed files with 0 additions and 5 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue