* win32.cc: (dirExists) Internal helper function to
authormembar <membar@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Oct 2003 03:31:54 +0000 (03:31 +0000)
committermembar <membar@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Oct 2003 03:31:54 +0000 (03:31 +0000)
commit123d02f4d7835d5fd8b2e1049807f3021ad9e3eb
treea991ca992425c4d0d66b399e0ec3738db663b536
parent40520e8abc0d3ece6c98f4d0e914d77690085839
* win32.cc: (dirExists) Internal helper function to
test for directory existence.
(getUserHome) New helper function refactored out
of _Jv_platform_initProperties. Uses USERPROFILE
instead of HOMEDIR and attempts to support Win9X and NT.
(_Jv_platform_initProperties) Use getUserHome.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73117 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/win32.cc