New debug scheme with explicit debug channels declaration.
[wine.git] / dlls / rasapi32 / rasapi.c
blob884a4b7027a5fad881be143d9f5f846d551a0ff9
1 /*
2 * RASAPI32
3 *
4 * Copyright 1998 Marcus Meissner
5 */
7 #include "windef.h"
8 #include "ras.h"
9 #include "debug.h"
11 DEFAULT_DEBUG_CHANNEL(ras)
13 /**************************************************************************
14 * RasEnumConnections32A [RASAPI32.544]
16 DWORD WINAPI RasEnumConnectionsA( LPRASCONNA rca, LPDWORD x, LPDWORD y) {
17 /* Remote Access Service stuff is done by underlying OS anyway */
18 FIXME(ras,"(%p,%p,%p),stub!\n",rca,x,y);
19 return 0;