Add comment about possible origin

This commit is contained in:
Mark Jansen 2023-06-18 17:04:11 +02:00 committed by GitHub
parent 5c74ddc9ab
commit db97422401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;