Ignore:
Timestamp:
Apr 19, 2000, 4:46:07 PM (25 years ago)
Author:
sandervl
Message:

update with latest wine code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/wrc/newstruc.h

    r882 r3426  
    6565stringtable_t *new_stringtable(lvc_t *lvc);
    6666toolbar_t *new_toolbar(int button_width, int button_Height, toolbar_item_t *items, int nitems);
    67 style_pair_t *new_style_pair(int style, int exstyle);
     67style_pair_t *new_style_pair(style_t *style, style_t *exstyle);
     68style_t *new_style(DWORD or_mask, DWORD and_mask);
    6869
    6970#endif
Note: See TracChangeset for help on using the changeset viewer.