]> git.mxchange.org Git - flightgear.git/commit
set /sim/fg-current to current working directory; getcwd() is defined in
authormfranz <mfranz>
Sat, 16 Jun 2007 21:35:16 +0000 (21:35 +0000)
committermfranz <mfranz>
Sat, 16 Jun 2007 21:35:16 +0000 (21:35 +0000)
commit0c6ecd1271c68c06e736053387f25bb0ba0540e8
treebb67220daa819118a015f7fc40f42376ec189c1f
parent58e0deb56b392ec4bcd90fdad1777830b5b07f60
set /sim/fg-current to current working directory; getcwd() is defined in
unistd.h (which was already included), and should be available in direct.h
under name _getcwd on MS Windows.
src/Main/fg_init.cxx