From d0d69f141d71c421f3f6ad8cdb842003a556d626 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Fri, 9 Nov 2001 11:34:26 +0000 Subject: 2001-11-09 Robert Collins * include/winnt.h (GetCurrentFiber): Create a prototype before the implementation; (GetFiberData): Ditto. --- winsup/w32api/include/winnt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'winsup/w32api/include/winnt.h') diff --git a/winsup/w32api/include/winnt.h b/winsup/w32api/include/winnt.h index 65f5d15..345f446 100644 --- a/winsup/w32api/include/winnt.h +++ b/winsup/w32api/include/winnt.h @@ -2524,6 +2524,7 @@ typedef struct _REPARSE_POINT_INFORMATION { WORD ReparseDataLength; WORD UnparsedNameLength; } REPARSE_POINT_INFORMATION, *PREPARSE_POINT_INFORMATION; +PVOID GetCurrentFiber(void); extern __inline__ PVOID GetCurrentFiber(void) { void* ret; @@ -2534,7 +2535,7 @@ extern __inline__ PVOID GetCurrentFiber(void) ); return ret; } - +PVOID GetFiberData(void); extern __inline__ PVOID GetFiberData(void) { void* ret; -- cgit v1.1