mirror of
https://github.com/ZDoom/ZDRay.git
synced 2024-11-21 11:40:55 +00:00
File case sensitivity fixes
This commit is contained in:
parent
ffca8b5b6c
commit
3b23f4efd5
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
#include "File.h"
|
||||
#include "UTF16.h"
|
||||
#include "file.h"
|
||||
#include "utf16.h"
|
||||
#include <stdexcept>
|
||||
|
||||
#ifndef WIN32
|
||||
|
|
Loading…
Reference in a new issue