Fix g_dir_open et al for windows.
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Thu, 18 Nov 2010 17:29:06 +0000 (12:29 -0500)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Thu, 18 Nov 2010 17:30:49 +0000 (12:30 -0500)
commit57b3ddd7abc9bd33b9434a4d95ae68c6e2761af4
treedf7b0286ad67a6092d9bc7e223de5e627c9957e2
parentac9ddb5319662ee3a4b6cd497dfdfdc80a9d77ae
Fix g_dir_open et al for windows.

This was using the *A functiones instead of the *W ones and passing in UTF16.
It was also opening and closing the directory just to check that it was
there and then open it again !?.

Fixes bug #645189.
eglib/src/gdir-win32.c