From db97422401f82c6b9307cc71979d73dcb9ba7d81 Mon Sep 17 00:00:00 2001 From: Mark Jansen Date: Sun, 18 Jun 2023 17:04:11 +0200 Subject: [PATCH] Add comment about possible origin --- ISLE/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ISLE/main.cpp b/ISLE/main.cpp index 9ef4466e..094f9252 100644 --- a/ISLE/main.cpp +++ b/ISLE/main.cpp @@ -69,6 +69,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine } // Load accelerator (this call actually achieves nothing - there is no "AppAccel" resource in the original - but we'll keep this for authenticity) + // This might indicate that this executable is derived from one of the samples in the VC6 Samples. (F.e. Samples/Com/Fundametals/TutSamp/ExeSkel/ExeSkel.Cpp) LoadAcceleratorsA(hInstance, "AppAccel"); MSG msg;