Changeset 344 for trunk/include


Ignore:
Timestamp:
Jul 20, 1999, 5:45:47 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winres.h

    r341 r344  
    1 /* $Id: winres.h,v 1.2 1999-07-20 07:41:23 sandervl Exp $ */
     1/* $Id: winres.h,v 1.3 1999-07-20 15:45:47 sandervl Exp $ */
    22
    33/*
     
    7373    virtual  PVOID lockOS2Resource();   //get converted OS/2 resource
    7474
    75              ULONG sizeofResource() { return ressize; };
     75             ULONG sizeofResource()             { return ressize; };
     76
     77             ULONG getOS2Handle()               { return OS2ResHandle; };
     78              void setOS2Handle(ULONG handle)   { OS2ResHandle = handle; };
    7679
    7780    static    void destroyAll(Win32Image *module);
     
    8083
    8184private:
     85             PVOID ConvertBitmap(void *bmpdata);
     86
    8287       Win32Image *module;
    8388
     
    9095             PVOID winresdata;
    9196
    92                      PVOID ConvertBitmap(void *bmpdata);
     97             ULONG OS2ResHandle;
    9398
    9499             ULONG ressize;
    95100
    96101                               // Linked list management
    97               Win32Resource*   next;               // Next Resource in module
     102  Win32Resource*   next;               // Next Resource in module
    98103
    99104    friend    class Win32Image;
Note: See TracChangeset for help on using the changeset viewer.