mirror of
https://github.com/ZDoom/ZDRay.git
synced 2024-11-25 05:11:20 +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 "file.h"
|
||||||
#include "UTF16.h"
|
#include "utf16.h"
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
|
|
Loading…
Reference in a new issue