Changeset 1436 for trunk/src/user32/winmenu.cpp
- Timestamp:
- Oct 25, 1999, 2:49:20 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/winmenu.cpp
r1405 r1436 1 /* $Id: winmenu.cpp,v 1. 8 1999-10-22 18:11:51 sandervlExp $ */1 /* $Id: winmenu.cpp,v 1.9 1999-10-25 12:49:20 phaller Exp $ */ 2 2 3 3 /* … … 39 39 winres = (Win32MenuRes *)FindResourceA(hinst, lpszMenu, RT_MENUA); 40 40 if(winres) { 41 //@@@PH 1999/10/25 crash in EFCW, stack corruption 41 42 hMenu = O32_LoadMenuIndirect((MENUITEMTEMPLATEHEADER *)winres->lockOS2Resource()); 42 43 delete winres; … … 56 57 winres = (Win32MenuRes *)FindResourceW(hinst, lpszMenu, RT_MENUW); 57 58 if(winres) { 59 //@@@PH 1999/10/25 crash in EFCW, stack corruption 58 60 hMenu = O32_LoadMenuIndirect((MENUITEMTEMPLATEHEADER *)winres->lockOS2Resource()); 59 61 delete winres;
Note:
See TracChangeset
for help on using the changeset viewer.