1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-16 14:47:39 +00:00

Switch out "dirent.h" for Windows.

The new version comes straight from
https://raw.githubusercontent.com/tronkko/dirent/master/include/dirent.h
This commit is contained in:
Arthur O'Dwyer
2018-06-27 14:38:30 -07:00
parent 6753cc2e39
commit 53d8f8701d
3 changed files with 1130 additions and 587 deletions

View File

@@ -383,7 +383,6 @@ extern "C" {
#if ISWINDOWS
#include "direntx.h"
#include "direntx.c"
#else
#include <dirent.h>
#endif