source: trunk/src/libwrap/O32_StretchBlt.asm@ 10366

Last change on this file since 10366 was 10220, checked in by sandervl, 22 years ago

Assembly wrappers for WGSS and OS/2 functions

File size: 675 bytes
Line 
1 .386p
2CODE32 SEGMENT DWORD PUBLIC USE32 'CODE'
3
4 EXTRN _O32_StretchBlt:PROC
5 PUBLIC O32_StretchBlt
6O32_StretchBlt PROC NEAR
7 push fs
8 mov eax, 0150bh
9 mov fs, eax
10 push dword ptr [esp+48]
11 push dword ptr [esp+48]
12 push dword ptr [esp+48]
13 push dword ptr [esp+48]
14 push dword ptr [esp+48]
15 push dword ptr [esp+48]
16 push dword ptr [esp+48]
17 push dword ptr [esp+48]
18 push dword ptr [esp+48]
19 push dword ptr [esp+48]
20 push dword ptr [esp+48]
21 call _O32_StretchBlt
22 add esp, 44
23 pop fs
24 ret
25O32_StretchBlt ENDP
26
27CODE32 ENDS
28
29 END
Note: See TracBrowser for help on using the repository browser.