From 9b4fcf721de269604d998577347470db7cef5cb7 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 4 Dec 1999 04:19:55 +0000 Subject: [PATCH] Stub for CloseProfileUserMapping. --- files/profile.c | 10 ++++++++++ relay32/kernel32.spec | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/files/profile.c b/files/profile.c index a09ed9517f3..712b4f3185d 100644 --- a/files/profile.c +++ b/files/profile.c @@ -12,6 +12,7 @@ #include #include "winbase.h" +#include "winerror.h" #include "wine/winbase16.h" #include "winuser.h" #include "winnls.h" @@ -1555,3 +1556,12 @@ void WINAPI WriteOutProfiles16(void) PROFILE_FlushFile(); LeaveCriticalSection( &PROFILE_CritSect ); } + +/*********************************************************************** + * CloseProfileUserMapping (KERNEL.138) + */ +BOOL WINAPI CloseProfileUserMapping(void) { + FIXME("(), stub!\n"); + SetLastError(ERROR_CALL_NOT_IMPLEMENTED); + return FALSE; +} diff --git a/relay32/kernel32.spec b/relay32/kernel32.spec index 0218608ff64..b14fa50f416 100644 --- a/relay32/kernel32.spec +++ b/relay32/kernel32.spec @@ -153,7 +153,7 @@ import ntdll.dll 135 stdcall ClearCommBreak(long) ClearCommBreak 136 stdcall ClearCommError(long ptr ptr) ClearCommError 137 stdcall CloseHandle(long) CloseHandle -138 stub CloseProfileUserMapping +138 stdcall CloseProfileUserMapping() CloseProfileUserMapping 139 stub CloseSystemHandle 140 stub CommConfigDialogA 141 stub CommConfigDialogW