Define __fastcall.
[wine] / dlls / dplayx / name_server.c
1 /* DPLAYX.DLL name server implementation
2  *
3  * Copyright 2000 - Peter Hunnisett
4  *
5  * <presently under construction - contact hunnise@nortelnetworks.com>
6  *
7  */
8  
9 /* NOTE: Methods with the NS_ prefix are name server methods */
10
11
12 #include "debugtools.h"
13 #include "name_server.h"
14
15 DEFAULT_DEBUG_CHANNEL(dplay);
16
17
18 void DPLAYX_NS_SetLocalComputerAsNameServer( LPDPSESSIONDESC2 lpsd )
19 {
20   FIXME( ": (%p) stub\n", lpsd );
21 }
22