OSDN Git Service

2002-12-26 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
authordannysmith <dannysmith>
Thu, 26 Dec 2002 05:08:32 +0000 (05:08 +0000)
committerdannysmith <dannysmith>
Thu, 26 Dec 2002 05:08:32 +0000 (05:08 +0000)
* include/dde.h (PackDDElParam, UnpackDDElParam,FreeDDElParam,
ReuseDDElParam): Use __WIN64 compatible typedefs.

winsup/w32api/include/dde.h

index 2ea73e7..b13e9ce 100644 (file)
@@ -52,10 +52,10 @@ typedef struct {
 } DDEUP;
 BOOL WINAPI DdeSetQualityOfService(HWND,const SECURITY_QUALITY_OF_SERVICE*,PSECURITY_QUALITY_OF_SERVICE);
 BOOL WINAPI ImpersonateDdeClientWindow(HWND,HWND);
-LONG WINAPI PackDDElParam(UINT,UINT,UINT);
-BOOL WINAPI UnpackDDElParam(UINT,LONG,PUINT,PUINT);
-BOOL WINAPI FreeDDElParam(UINT,LONG);
-LONG WINAPI ReuseDDElParam(LONG,UINT,UINT,UINT,UINT);
+LPARAM WINAPI PackDDElParam(UINT,UINT_PTR,UINT_PTR); 
+BOOL WINAPI UnpackDDElParam(UINT,LPARAM,PUINT_PTR,PUINT_PTR); 
+BOOL WINAPI FreeDDElParam(UINT,LPARAM); 
+LPARAM WINAPI ReuseDDElParam(LPARAM,UINT,UINT,UINT_PTR,UINT_PTR); 
 #endif
 
 #ifdef __cplusplus