Ignore:
Timestamp:
Oct 26, 1999, 1:16:15 PM (26 years ago)
Author:
sandervl
Message:

(menu) resource changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winimgres.cpp

    r1356 r1454  
    1 /* $Id: winimgres.cpp,v 1.24 1999-10-19 12:51:25 sandervl Exp $ */
     1/* $Id: winimgres.cpp,v 1.25 1999-10-26 11:15:33 sandervl Exp $ */
    22
    33/*
     
    2626#include <winimagelx.h>
    2727#include <winres.h>
    28 #include <winresmenu.h>
    2928#include <unicode.h>
    3029#include <heapstring.h>
     
    306305    else
    307306    {
    308         switch(type) {
    309         case NTRT_MENU:
    310             res = new Win32MenuRes(this, id, type, pData->Size, resdata);
    311             break;
    312         default:
    313             res = new Win32Resource(this, id, type, pData->Size, resdata);
    314             break;
    315         }
    316 
     307        res = new Win32Resource(this, id, type, pData->Size, resdata);
    317308    }
    318309
Note: See TracChangeset for help on using the changeset viewer.