GetModuleFileName32A() returns long filename if app sets osversion >=
commitd235b137a883f5bab8174343b2992c158b1a70a4
authorAlexander Larsson <alla@lysator.liu.se>
Sun, 11 Oct 1998 13:59:08 +0000 (11 13:59 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 11 Oct 1998 13:59:08 +0000 (11 13:59 +0000)
tree02643480f220067f079d3c234eb4d6ba49c013d0
parentc1190fe2b46ebe8c95c74f79dc2d2b1c0d240a5c
GetModuleFileName32A() returns long filename if app sets osversion >=
4.0. Also moved the long filename hackery to GetLongPathName32A() so
it can be used by win32 programs.
loader/module.c