[KERNEL32]

Tabs -> Spaces

svn path=/trunk/; revision=65970
This commit is contained in:
Eric Kohl 2015-01-04 15:28:43 +00:00
parent ed6621d704
commit b7aadbcb61

View file

@ -27,8 +27,7 @@ BackupRead (
LPDWORD lpNumberOfBytesRead,
BOOL bAbort,
BOOL bProcessSecurity,
LPVOID * lpContext
)
LPVOID *lpContext)
{
UNIMPLEMENTED;
SetLastError(ERROR_NOT_SUPPORTED);
@ -47,8 +46,7 @@ BackupSeek (
DWORD dwHighBytesToSeek,
LPDWORD lpdwLowByteSeeked,
LPDWORD lpdwHighByteSeeked,
LPVOID * lpContext
)
LPVOID *lpContext)
{
UNIMPLEMENTED;
SetLastError(ERROR_NOT_SUPPORTED);
@ -68,8 +66,7 @@ BackupWrite (
LPDWORD lpNumberOfBytesWritten,
BOOL bAbort,
BOOL bProcessSecurity,
LPVOID * lpContext
)
LPVOID *lpContext)
{
UNIMPLEMENTED;
SetLastError(ERROR_NOT_SUPPORTED);