Ignore:
Timestamp:
Oct 25, 1999, 2:49:20 PM (26 years ago)
Author:
phaller
Message:

Fix: mark problematic locations

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 sandervl Exp $ */
     1/* $Id: winmenu.cpp,v 1.9 1999-10-25 12:49:20 phaller Exp $ */
    22
    33/*
     
    3939  winres = (Win32MenuRes *)FindResourceA(hinst, lpszMenu, RT_MENUA);
    4040  if(winres) {
     41     //@@@PH 1999/10/25 crash in EFCW, stack corruption
    4142        hMenu = O32_LoadMenuIndirect((MENUITEMTEMPLATEHEADER *)winres->lockOS2Resource());
    4243        delete winres;
     
    5657  winres = (Win32MenuRes *)FindResourceW(hinst, lpszMenu, RT_MENUW);
    5758  if(winres) {
     59     //@@@PH 1999/10/25 crash in EFCW, stack corruption
    5860        hMenu = O32_LoadMenuIndirect((MENUITEMTEMPLATEHEADER *)winres->lockOS2Resource());
    5961        delete winres;
Note: See TracChangeset for help on using the changeset viewer.