source: trunk/src/kernel32/cvtresource.h@ 581

Last change on this file since 581 was 581, checked in by sandervl, 26 years ago

PE loader resource convertion changes

File size: 476 bytes
Line 
1/* $Id: cvtresource.h,v 1.1 1999-08-19 14:19:14 sandervl Exp $ */
2
3#ifndef _CVTRESOURCE_H_
4#define _CVTRESOURCE_H_
5
6#include <winmenu.h>
7#include <winicon.h>
8#include <winaccel.h>
9
10void *ConvertAccelerator(WINACCEL *accdata, int size, int cp = 0);
11void *ConvertBitmap(WINBITMAPINFOHEADER *pBHdr, ULONG ulSize, PULONG pulSize);
12void *ConvertMenu(MenuHeader *menu, int size, int cp = 0);
13void *ConvertIcon(WINBITMAPINFOHEADER *bmpHdr, int size);
14
15
16#endif /* _CVTRESOURCE_H_ */
17
Note: See TracBrowser for help on using the repository browser.