source: trunk/src/wing32/wing32.def@ 10366

Last change on this file since 10366 was 4809, checked in by bird, 25 years ago

Added or update the description. (It is used in the bldlevel info.)

File size: 762 bytes
Line 
1LIBRARY WING32 INITINSTANCE TERMINSTANCE
2DESCRIPTION 'Odin32 System DLL - WinG32'
3DATA MULTIPLE NONSHARED READWRITE LOADONCALL
4CODE LOADONCALL
5EXPORTS
6 WinGBitBlt = _WinGBitBlt@32 @1
7 WinGCreateBitmap = _WinGCreateBitmap@12 @2
8 WinGCreateDC = _WinGCreateDC@0 @3
9 WinGCreateHalftoneBrush = _WinGCreateHalftoneBrush@12 @4
10 WinGCreateHalftonePalette = _WinGCreateHalftonePalette@0 @5
11 WinGGetDIBColorTable = _WinGGetDIBColorTable@16 @6
12 WinGGetDIBPointer = _WinGGetDIBPointer@8 @7
13 WinGRecommendDIBFormat = _WinGRecommendDIBFormat@4 @8
14 WinGSetDIBColorTable = _WinGSetDIBColorTable@16 @9
15 WinGStretchBlt = _WinGStretchBlt@40 @10
16
Note: See TracBrowser for help on using the repository browser.