mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 15:38:29 +00:00
13 lines
258 B
C
13 lines
258 B
C
#include "wine/debug.h"
|
|
|
|
WINE_DEFAULT_DEBUG_CHANNEL(devenum);
|
|
|
|
/***********************************************************************
|
|
* DllRegisterServer (DEVENUM.@)
|
|
*/
|
|
HRESULT WINAPI DEVENUM_DllRegisterServer()
|
|
{
|
|
FIXME("(): stub\n");
|
|
return 0;
|
|
}
|