mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-21 21:24:46 +00:00
Merge pull request #654 from Ragora/bugfix-unix-x86-compile
* BugFix: Correction for compiling on x86 Unix devices.
This commit is contained in:
commit
ca213fe534
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue