projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Many oleaut32 APIs are missing on Win95/IE3. Load them dynamically.
[wine]
/
dlls
/
devenum
/
devenum_main.c
1
#include "wine/debug.h"
2
3
WINE_DEFAULT_DEBUG_CHANNEL(devenum);
4
5
/***********************************************************************
6
* DllRegisterServer (DEVENUM.@)
7
*/
8
HRESULT WINAPI DEVENUM_DllRegisterServer()
9
{
10
FIXME("(): stub\n");
11
return 0;
12
}