Delete a boot log from the registry after it was written to the boot log file.
[reactos.git] / os2 / apps / bepslep / bepslep.c
index 08e6aad..cacb59f 100644 (file)
@@ -1,6 +1,7 @@
 
-
-#include "../../dll/doscalls/doscalls.h"
+#define INCL_DOSPROCESS
+#include "../../include/os2.h"
+//#include "../../include/ros2.h"
 
 void Eingang()
 {
@@ -16,4 +17,4 @@ void WinMainCRTStartup()
        a= b+3;
        b=a+3;
        Eingang();
-}
\ No newline at end of file
+}