Alexandre Julliard (@julliard) commented about dlls/kernel32/path.c:
return MoveFileWithProgressW(source, dest, progress, data, flags);
}
+/*************************************************************************
CreateFileTransactedA (KERNEL32.@)
- */
+HANDLE WINAPI DECLSPEC_HOTPATCH CreateFileTransactedA( LPCSTR name, DWORD access, DWORD sharing,
LPSECURITY_ATTRIBUTES sa, DWORD creation,
DWORD attributes, HANDLE template,
HANDLE transaction, PUSHORT pusMiniVersion,
PVOID pExtendedParameter )
+{
Please don't use Hungarian notation, particularly when the other parameters use the standard form.