mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-18 05:51:15 +00:00
Add comment about possible origin
This commit is contained in:
parent
5c74ddc9ab
commit
db97422401
@ -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)
|
// 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");
|
LoadAcceleratorsA(hInstance, "AppAccel");
|
||||||
|
|
||||||
MSG msg;
|
MSG msg;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user