From c5e918891b85c245ff5949fc2ccbaeb280d8cc91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Thu, 22 Feb 2024 22:37:56 +0100 Subject: [PATCH] ** WIP ** EVENTLOG: Investigate onLiveCD --- base/services/eventlog/eventlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/services/eventlog/eventlog.c b/base/services/eventlog/eventlog.c index 4e29c2ed766..85bf92d4da5 100644 --- a/base/services/eventlog/eventlog.c +++ b/base/services/eventlog/eventlog.c @@ -503,8 +503,8 @@ int wmain(int argc, WCHAR* argv[]) LogfListInitialize(); InitEventSourceList(); +__debugbreak(); GetSystemWindowsDirectoryW(LogPath, ARRAYSIZE(LogPath)); - if (GetDriveTypeW(LogPath) == DRIVE_CDROM) { DPRINT("LiveCD detected\n");