update for HEAD-2003091401
[reactos.git] / lib / user32 / RosUser32 / thread.c
diff --git a/lib/user32/RosUser32/thread.c b/lib/user32/RosUser32/thread.c
new file mode 100644 (file)
index 0000000..04d510f
--- /dev/null
@@ -0,0 +1,21 @@
+/* $Id$
+ *
+ * COPYRIGHT:       See COPYING in the top level directory
+ * PROJECT:         ReactOS user32.dll
+ * PROGRAMMER:      Richard Campbell
+ * UPDATE HISTORY:
+ *      06-30-2003  CSH  Created
+ */
+
+BOOL STDCALL
+WaitMessage( VOID )
+{
+       UNIMPLEMENTED;
+}
+
+DWORD STDCALL 
+WaitForInputIdle( HANDLE hProcess,
+                                 DWORD dwMilliseconds )
+{
+       UNIMPLEMENTED;
+}