Fix compilation with mingw
authorAndoni Morales Alastruey <ylatuya@gmail.com>
Sat, 3 Sep 2011 10:49:22 +0000 (12:49 +0200)
committerColin Walters <walters@verbum.org>
Sat, 3 Sep 2011 18:40:10 +0000 (14:40 -0400)
commit0f081d7bda792548348b330f4a99ef3788709ea6
treeef794149a5a60ee22e0c71e53670bfec44c86c44
parentfa4a01bd5f4ad59fe0a646e3111a8d38ac9f047b
Fix compilation with mingw

grealpath.h defines GetFullPathNameA() as windows.h is
not imported, but for gitscanner.c, windows.h is imported and the compiler
throws an error.
giscanner/giscannermodule.c
giscanner/grealpath.h