Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-12-26 08:08:32 +0300
committerDanny Smith <dannysmith@users.sourceforge.net>2002-12-26 08:08:32 +0300
commit177a7cda75b2dfb3704e82ac3bcaa1067c6da31e (patch)
treea5e559b59f4225a7829f3e3f5edd0858f1ee6b6b /winsup/w32api
parentaa6ad99be8a625886de3e411bf7ff82e6a416ba7 (diff)
2002-12-26 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
* include/dde.h (PackDDElParam, UnpackDDElParam,FreeDDElParam, ReuseDDElParam): Use __WIN64 compatible typedefs.
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/include/dde.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/winsup/w32api/include/dde.h b/winsup/w32api/include/dde.h
index 2ea73e7e1..b13e9ce39 100644
--- a/winsup/w32api/include/dde.h
+++ b/winsup/w32api/include/dde.h
@@ -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