mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
* BugFix: Correction for compiling on x86 Unix devices.
This commit is contained in:
parent
a0e0e1f220
commit
215a93e9af
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@
|
||||||
extern int x86UNIXClose(int fd);
|
extern int x86UNIXClose(int fd);
|
||||||
extern ssize_t x86UNIXRead(int fd, void *buf, size_t nbytes);
|
extern ssize_t x86UNIXRead(int fd, void *buf, size_t nbytes);
|
||||||
extern ssize_t x86UNIXWrite(int fd, const 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;
|
const int MaxPath = PATH_MAX;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue