17 Aug
2010
17 Aug
'10
1:50 p.m.
Austin English <austinenglish(a)gmail.com> writes:
@@ -1001,6 +1001,16 @@ error: }
/*********************************************************************** + * SetFileValidData (KERNEL32.@) + */ +BOOL WINAPI SetFileValidData( HANDLE hFile, LONGLONG ValidDataLength ) +{ + FIXME("stub: %p, %llu\n", hFile, ValidDataLength);
You can't use %ll formats. -- Alexandre Julliard julliard(a)winehq.org
5599
Age (days ago)
5599
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard