Sfoglia il codice sorgente

Merge pull request #654 from Ragora/bugfix-unix-x86-compile

* BugFix: Correction for compiling on x86 Unix devices.
Brian Roberts 4 anni fa
parent
commit
ca213fe534
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;