Changeset 761 for trunk/include


Ignore:
Timestamp:
Aug 31, 1999, 7:15:53 PM (26 years ago)
Author:
sandervl
Message:

Menu resource changes

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winres.h

    r754 r761  
    1 /* $Id: winres.h,v 1.7 1999-08-31 14:39:16 sandervl Exp $ */
     1/* $Id: winres.h,v 1.8 1999-08-31 17:15:53 sandervl Exp $ */
    22
    33/*
     
    6363               int resType;
    6464
     65             BOOL  isUnicode;
     66
    6567                               // Linked list management
    6668  Win32Resource*   next;               // Next Resource in module
  • trunk/include/winresmenu.h

    r754 r761  
    1 /* $Id: winresmenu.h,v 1.1 1999-08-31 14:39:16 sandervl Exp $ */
     1/* $Id: winresmenu.h,v 1.2 1999-08-31 17:15:53 sandervl Exp $ */
    22
    33/*
     
    2323                   Win32MenuRes(Win32Image *module, ULONG id, ULONG type,
    2424                                ULONG size, char *resdata);
    25                    Win32MenuRes(LPVOID menutemplate, BOOL isUnicode);
     25                   Win32MenuRes(LPVOID menutemplate);
    2626
    2727    virtual       ~Win32MenuRes();
Note: See TracChangeset for help on using the changeset viewer.