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;