Re: [kernel32][tests] Add test for GetShortPathNameW
20 Jun
2007
20 Jun
'07
2:29 p.m.
On Di, 2007-06-19 at 13:18 +0400, Anatoly Lyutin wrote:
+ { + SetLastError(0xdeadbeef); + length = pGetShortPathNameW(NULL,NULL,0); + if(GetLastError() == ERROR_CALL_NOT_IMPLEMENTED) + { + skip("GetShortPathNameW is not implemented\n"); + return;
Your indention looks wired -- By by ... Detlef
6840
Age (days ago)
6840
Last active (days ago)
0 comments
1 participants
participants (1)
-
Detlef Riekenberg