Re: [kernel32][tests] Add test for GetShortPathNameW
June 20, 2007
7: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
6854
Age (days ago)
6854
Last active (days ago)
0 comments
1 participants
participants (1)
-
Detlef Riekenberg