source: trunk/src/pe2lx/bitmap.h@ 46

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

* empty log message *

File size: 467 bytes
Line 
1/*
2 * PE2LX bitmaps
3 *
4 * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl)
5 * Copyright 1998 Knut St. Osmundsen
6 *
7 *
8 * Project Odin Software License can be found in LICENSE.TXT
9 *
10 */
11#ifndef __BITMAP_H__
12#define __BITMAP_H__
13
14BOOL ShowBitmap(LXHeader &OS2Exe, int id, WINBITMAPINFOHEADER *bhdr, int size);
15void *ConvertBitmap(WINBITMAPINFOHEADER *pBHdr, ULONG ulSize, PULONG pulSize);
16ULONG QuerySizeBitmap(WINBITMAPINFOHEADER *pBHdr, ULONG ulSize);
17
18#endif
Note: See TracBrowser for help on using the repository browser.