Implemented OleCreatePropertyFrame and
[wine/multimedia.git] / dlls / oleaut32 / stubs.c
blob4bc036f2916b91a4ed29bc1673849cbf4753ca54
1 /*
2 * OlePro32 Stubs
4 * Copyright 1999 Corel Corporation
6 * Sean Langley
7 */
9 #include "windef.h"
10 #include "winbase.h"
11 #include "wingdi.h"
12 #include "winuser.h"
13 #include "debugtools.h"
14 #include "ole2.h"
15 #include "olectl.h"
17 DEFAULT_DEBUG_CHANNEL(ole);
19 /***********************************************************************
20 * OleIconToCursor (OLEAUT32.415)
22 HCURSOR WINAPI OleIconToCursor( HINSTANCE hinstExe, HICON hicon)
24 FIXME("(%x,%x), not implemented (olepro32.dll)\n",hinstExe,hicon);
25 return S_OK;