Removed some unnecessary inclusions of wingdi.h and winuser.h
[wine/hacks.git] / win32 / ordinals.c
blobb86288cbc66af60b112d587b0756016d3632efb6
1 /*
2 * Win32 ordinal only exported functions that can't be stuffed somehwere else.
4 * Copyright 1997 Marcus Meissner
5 */
7 #include "thread.h"
8 #include "winerror.h"
9 #include "heap.h"
10 #include "selectors.h"
11 #include "miscemu.h"
12 #include "winnt.h"
13 #include "process.h"
14 #include "module.h"
15 #include "task.h"
16 #include "callback.h"
17 #include "stackframe.h"
18 #include "debugtools.h"
20 DECLARE_DEBUG_CHANNEL(win);
22 /***********************************************************************
23 * RegisterShellHookWindow [USER32.459]
25 HRESULT WINAPI RegisterShellHookWindow ( DWORD u )
26 { FIXME_(win)("0x%08lx stub\n",u);
27 return 0;
30 /***********************************************************************
31 * DeregisterShellHookWindow [USER32.132]
33 HRESULT WINAPI DeregisterShellHookWindow ( DWORD u )
34 { FIXME_(win)("0x%08lx stub\n",u);
35 return 0;
38 /***********************************************************************
39 * RegisterTaskList [USER23.436]
41 DWORD WINAPI RegisterTaskList (DWORD x)
42 { FIXME_(win)("0x%08lx\n",x);
43 return TRUE;