* Sync up to trunk head (r65095).
[reactos.git] / base / system / lsass / lsass.c
index 3dae3ca..301e277 100644 (file)
  *             Compiled successfully with egcs 1.1.2
  */
 #define WIN32_NO_STATUS
-#include <windows.h>
 #define NTOS_MODE_USER
+
 #include <ndk/psfuncs.h>
 
 #include <lsass/lsasrv.h>
-//#include <samsrv.h>
-#include <lsass/lsass.h>
+#include <samsrv/samsrv.h>
 
 #define NDEBUG
 #include <debug.h>
@@ -63,7 +62,6 @@ wWinMain(IN HINSTANCE hInstance,
         goto ByeBye;
     }
 
-#if 0
     /* Initialize the SAM server DLL. */
     Status = SamIInitialize();
     if (!NT_SUCCESS(Status))
@@ -71,7 +69,6 @@ wWinMain(IN HINSTANCE hInstance,
         DPRINT1("SamIInitialize() failed (Status 0x%08lX)\n", Status);
         goto ByeBye;
     }
-#endif
 
     /* FIXME: More initialization */