| /* DPLAYX.DLL name server implementation | |
| * | |
| * Copyright 2000 - Peter Hunnisett | |
| * | |
| * <presently under construction - contact hunnise@nortelnetworks.com> | |
| * | |
| */ | |
| /* NOTE: Methods with the NS_ prefix are name server methods */ | |
| #include "debugtools.h" | |
| #include "name_server.h" | |
| DEFAULT_DEBUG_CHANNEL(dplay); | |
| void DPLAYX_NS_SetLocalComputerAsNameServer( LPDPSESSIONDESC2 lpsd ) | |
| { | |
| FIXME( ": (%p) stub\n", lpsd ); | |
| } | |