source: trunk/src/comctl32/comctl32.c

Last change on this file was 7815, checked in by sandervl, 24 years ago

Wine updates

File size: 616 bytes
RevLine 
[6709]1/*
[5416]2 * Common controls functions
3 *
4 */
5
[7815]6#include <windows.h>
7#include <misc.h>
[5416]8
[7815]9DWORD WINAPI COMCTL32_389(DWORD x1, DWORD x2)
[5416]10{
[7815]11 dprintf(("comctl32_389: %x %X not implemented!!", x1, x2));
12 return 0; //NT 4 comctl32 returns 0
[5416]13}
14
[7815]15DWORD WINAPI COMCTL32_390(DWORD x1, DWORD x2, DWORD x3, DWORD x4)
[5416]16{
[7815]17 dprintf(("comctl32_390: %x %x %x %x not implemented!!", x1, x2, x3, x4));
[5416]18
[7815]19 /* Pseudo Assembler
20 push [esp+arg_C]
21 mov eax, [esp+4+arg_0]
22 push [esp+4+arg_8]
23 mov dword ptr [eax+1A8h], 1
24 push [esp+8+arg_4]
25 push dword ptr [eax + 38h]
26 call ds:SetDIBColorTable
27 retn 10h
28 */
[5416]29
[7815]30 return 0;
[5416]31}
Note: See TracBrowser for help on using the repository browser.