implemented GetThreadIOPendingFlag() (only kernel32 part)
[reactos.git] / reactos / lib / kernel32 / misc / stubs.c
index 86b869c..b5ecba3 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: stubs.c,v 1.99 2004/12/09 17:28:10 weiden Exp $
+/* $Id: stubs.c,v 1.100 2004/12/09 19:11:07 weiden Exp $
  *
  * KERNEL32.DLL stubs (STUB functions)
  * Remove from this file, if you implement them.
@@ -646,20 +646,6 @@ GetNumaProcessorNode(
     return 0;
 }
 
-/*
- * @unimplemented
- */
-BOOL
-STDCALL
-GetThreadIOPendingFlag(
-    HANDLE hThread,
-    PBOOL lpIOIsPending
-    )
-{
-    STUB;
-    return 0;
-}
-
 /*
  * @unimplemented
  */