[MSGINA]
[reactos.git] / reactos / dll / win32 / msgina / stubs.c
index 436c6d7..be4d9d7 100644 (file)
@@ -9,10 +9,8 @@
  * UPDATE HISTORY:
  *      24-11-2003  Created
  */
-#include <windows.h>
-#include <winwlx.h>
 
-#include <wine/debug.h>
+#include "msgina.h"
 
 WINE_DEFAULT_DEBUG_CHANNEL(msgina);
 
@@ -69,20 +67,6 @@ WlxIsLockOk(
 }
 
 
-/*
- * @unimplemented
- */
-BOOL WINAPI
-WlxIsLogoffOk(
-       PVOID pWlxContext)
-{
-  UNREFERENCED_PARAMETER(pWlxContext);
-
-  UNIMPLEMENTED;
-  return TRUE;
-}
-
-
 /*
  * @unimplemented
  */