From e6611cc2ef5960e9f32c56da44fafd02446f53e6 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 26 Mar 2003 15:47:28 +0000
Subject: MWS_SRX644: migrate branch mws_srx644 -> HEAD
---
sal/inc/systools/win32/uwinapi.h | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
(limited to 'sal/inc/systools')
diff --git a/sal/inc/systools/win32/uwinapi.h b/sal/inc/systools/win32/uwinapi.h
index 6788dc7e94c0..6abaf0468c50 100644
--- a/sal/inc/systools/win32/uwinapi.h
+++ b/sal/inc/systools/win32/uwinapi.h
@@ -2,9 +2,9 @@
*
* $RCSfile: uwinapi.h,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hro $ $Date: 2002-08-26 13:45:01 $
+ * last change: $Author: hr $ $Date: 2003-03-26 16:45:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -121,6 +121,8 @@ EXTERN_C WINBASEAPI DWORD WINAPI GetUserDomainW( LPWSTR lpBuffer, DWORD nBuffser
#define GetUserDomain GetUserDomainA
#endif
+EXTERN_C WINBASEAPI DWORD WINAPI GetProcessId( HANDLE hProcess );
+
/* macro that calculates the count of elements of a static array */
#define elementsof(buf) (sizeof(buf) / sizeof((buf)[0]))
--
cgit