Match also UNC paths on Win32.
authorTor Lillqvist <tml@iki.fi>
Wed, 21 Feb 2001 12:41:28 +0000 (12:41 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 21 Feb 2001 12:41:28 +0000 (12:41 +0000)
commitcd89e4cca6d203c3f3324d7368bbbd6634bc11d3
treeb936b7b061d7aba67025c96bf7709e0866c7ebb3
parentd1a05f990e35d83e20f62b303fe14d836f779921
Match also UNC paths on Win32.

2001-02-21  Tor Lillqvist  <tml@iki.fi>

* gutils.c (g_path_is_absolute): Match also UNC paths on Win32.

* gthread.h: Include gtypes.h to be sure to get GLIB_VAR
definition, remove definition from here.

* gunicode.h: Remove duplicate GLIB_VAR definition from here, too.

* gutils.c: (Win32) Use USERPROFILE as home dir if present. On
Win2k, HOMEDRIVE and HOMEPATH aren't reliable.

* Makefile.am (INCLUDES): Add -DGLIB_COMPILATION.

* makefile.mingw.in: Remove install target, Windows isn't Unix.

* testgdate.c
* testgdateparser.c
* testglib.c: Undefine GLIB_COMPILATION.

* glib.def: Updates.

* .cvsignore
* */.cvsignore: Ignore also .obj, .dll, .lib and .exe files.
31 files changed:
.cvsignore
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
Makefile.am
glib.def
glib/Makefile.am
glib/glib.def
glib/gthread.h
glib/gunicode.h
glib/gutils.c
glib/makefile.mingw.in
gmodule/.cvsignore
gobject/.cvsignore
gthread.h
gthread/.cvsignore
gunicode.h
gutils.c
makefile.mingw.in
testgdate.c
testgdateparser.c
testglib.c
tests/.cvsignore
tests/testgdate.c
tests/testgdateparser.c
tests/testglib.c