Lehks / NostraUtils

A Utility Library for the Nostra Game Engine.
MIT License
6 stars 0 forks source link

Undefined _access in File.cpp #29

Closed Dark-Delu closed 6 years ago

Dark-Delu commented 6 years ago

The function exists() is missing a defination for the _access.

LeslieM98 commented 6 years ago

Change it on windows to: https://msdn.microsoft.com/de-de/library/windows/desktop/bb773584(v=vs.85).aspx

Also has to implement some Unix functionality -> posix

Dark-Delu commented 6 years ago

_access fixed issue closed.