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:
@@ -383,7 +383,6 @@ extern "C" {
|
||||
|
||||
#if ISWINDOWS
|
||||
#include "direntx.h"
|
||||
#include "direntx.c"
|
||||
#else
|
||||
#include <dirent.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user