repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 20030408.
[wine/gsoc-2012-control.git]
/
dlls
/
devenum
/
devenum_main.c
blob
d5dfdfe293a7711252cf71f18340cd6ba7af2b1b
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
}