[dplobby.h] Define DirectPlayLobbyCreate with respect unicode, take 2

Peter Berg Larsen pebl at math.ku.dk
Mon Jan 3 01:49:12 CST 2005


Changelog:
   Defines DirectPlayLobbyCreate to be either the W or A version.


diff -rup wine-20041201-org/include/dplobby.h wine/include/dplobby.h
--- wine-20041201-org/include/dplobby.h	2004-10-05 06:38:15.000000000 +0200
+++ wine/include/dplobby.h	2004-12-18 01:59:08.000000000 +0100
@@ -347,6 +347,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)(






More information about the wine-patches mailing list