1
0
mirror of https://github.com/DxWnd/DxWnd.reloaded synced 2024-12-30 09:25:35 +01:00
DxWnd.reloaded/proxy/wing32.def
gho tik 13872ca16f v2_04_10_src
Former-commit-id: cd11f26fc7bdf993e8fcb4cc61c310f6f928ade6
2017-03-06 11:50:00 -05:00

13 lines
494 B
Modula-2

LIBRARY "wing32"
EXPORTS
WinGCreateDC = FakeWinGCreateDC @1
WinGCreateBitmap = FakeWinGCreateBitmap @2
WinGBitBlt = FakeWinGBitBlt @3
WinGStretchBlt = FakeWinGStretchBlt @4
WinGRecommendDIBFormat = FakeWinGRecommendDIBFormat @5
WinGGetDIBPointer = FakeWinGGetDIBPointer @6
WinGSetDIBColorTable = FakeWinGSetDIBColorTable @7
WinGGetDIBColorTable = FakeWinGGetDIBColorTable @8
WinGCreateHalftonePalette = FakeWinGCreateHalftonePalette @9
WinGCreateHalftoneBrush = FakeWinGCreateHalftoneBrush @10