[LSASRV]
[reactos.git] / reactos / dll / win32 / lsasrv / lsasrv.c
index 2b79108..fee4291 100644 (file)
@@ -8,15 +8,8 @@
 
 /* INCLUDES ****************************************************************/
 
-#define WIN32_NO_STATUS
-#include <windows.h>
-#define NTOS_MODE_USER
-#include <ndk/ntndk.h>
-
 #include "lsasrv.h"
 
-#include "wine/debug.h"
-
 WINE_DEFAULT_DEBUG_CHANNEL(lsasrv);
 
 
@@ -30,6 +23,9 @@ LsapInitLsa(VOID)
 
     TRACE("LsapInitLsa() called\n");
 
+    /* Initialize the well known SIDs */
+    LsapInitSids();
+
     /* Start the RPC server */
     LsarStartRpcServer();