浏览代码

* BugFix: Correction for compiling on x86 Unix devices.

Robert MacGregor 4 年之前
父节点
当前提交
215a93e9af
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Engine/source/platformX86UNIX/x86UNIXFileio.cpp

+ 1 - 0
Engine/source/platformX86UNIX/x86UNIXFileio.cpp

@@ -76,6 +76,7 @@
  extern int x86UNIXClose(int fd);
  extern ssize_t x86UNIXRead(int fd, void *buf, size_t nbytes);
  extern ssize_t x86UNIXWrite(int fd, const void *buf, size_t nbytes);
+ extern bool ResolvePathCaseInsensitive(char* pathName, S32 pathNameSize, bool requiredAbsolute);
 
  const int MaxPath = PATH_MAX;