- msvc compability fixes

- fix build breakage introduced by me

svn path=/trunk/; revision=25144
This commit is contained in:
Johannes Anderwald
2006-12-13 14:45:23 +00:00
parent 4c1c201d3c
commit 7f7148ea0c
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ ReadFile(IN HANDLE hFile,
lpBuffer,
nNumberOfBytesToRead,
lpNumberOfBytesRead,
lpOverlapped);
NULL);
}
if (lpOverlapped != NULL)
+3 -3
View File
@@ -185,7 +185,7 @@ FindActCtxSectionGuid(
PACTCTX_SECTION_KEYED_DATA ReturnedData
)
{
DPRINT("%s() is UNIMPLEMENTED!\n", __FUNCTION__)
DPRINT("%s() is UNIMPLEMENTED!\n", __FUNCTION__);
return FALSE;
}
@@ -202,7 +202,7 @@ FindActCtxSectionStringW(
PACTCTX_SECTION_KEYED_DATA ReturnedData
)
{
DPRINT("%s() is UNIMPLEMENTED!\n", __FUNCTION__)
DPRINT("%s() is UNIMPLEMENTED!\n", __FUNCTION__);
return FALSE;
}
@@ -234,7 +234,7 @@ QueryActCtxW(
SIZE_T *pcbWrittenOrRequired OPTIONAL
)
{
DPRINT("%s() is UNIMPLEMENTED!\n", __FUNCTION__)
DPRINT("%s() is UNIMPLEMENTED!\n", __FUNCTION__);
/* this makes Adobe Photoshop 7.0 happy */
SetLastError( ERROR_CALL_NOT_IMPLEMENTED);
return FALSE;