Define DirectPlayLobbyCreate to be either the W or A version.
This commit is contained in:
parent
521d221748
commit
06f9b8b9ad
|
@ -346,7 +346,7 @@ typedef struct tagDPAPPLICATIONDESC
|
|||
|
||||
extern HRESULT WINAPI DirectPlayLobbyCreateW(LPGUID, LPDIRECTPLAYLOBBY*, IUnknown*, LPVOID, DWORD );
|
||||
extern HRESULT WINAPI DirectPlayLobbyCreateA(LPGUID, LPDIRECTPLAYLOBBYA*, IUnknown*, LPVOID, DWORD );
|
||||
|
||||
#define DirectPlayLobbyCreate WINELIB_NAME_AW(DirectPlayLobbyCreate)
|
||||
|
||||
|
||||
typedef BOOL (CALLBACK *LPDPENUMADDRESSCALLBACK)(
|
||||
|
|
Loading…
Reference in New Issue