[FREELDR]

Fix build with MSVC

svn path=/trunk/; revision=52272
This commit is contained in:
Timo Kreuzer 2011-06-16 09:37:52 +00:00
parent 0c45ab3392
commit df90685917

View file

@ -72,7 +72,6 @@ IoWritePartitionTable(
return STATUS_NOT_IMPLEMENTED;
}
#ifndef _MSC_VER
NTHALAPI
VOID
NTAPI
@ -120,4 +119,3 @@ KeStallExecutionProcessor(
#error unimplemented
#endif
}
#endif