summaryrefslogtreecommitdiff
path: root/sal/inc/systools/win32/uwinapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'sal/inc/systools/win32/uwinapi.h')
-rw-r--r--sal/inc/systools/win32/uwinapi.h6
1 files changed, 4 insertions, 2 deletions
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]))