dicej / android-libcore64

fork of https://android.googlesource.com/platform/libcore to make it 64-bit safe
2 stars 5 forks source link

Path problem solution on Windows #9

Closed bigfatbrowncat closed 10 years ago

bigfatbrowncat commented 10 years ago

We solved the issue https://github.com/dicej/android-libcore64/issues/4, just like you proposed. A new interface added for special WinAPI functions and the correct API version (Posix or Windows) is chosen in Libcore.

Do you like this solution?