Stub for CloseProfileUserMapping.
diff --git a/files/profile.c b/files/profile.c index a09ed95..712b4f3 100644 --- a/files/profile.c +++ b/files/profile.c
@@ -12,6 +12,7 @@ #include <sys/stat.h> #include "winbase.h" +#include "winerror.h" #include "wine/winbase16.h" #include "winuser.h" #include "winnls.h" @@ -1555,3 +1556,12 @@ PROFILE_FlushFile(); LeaveCriticalSection( &PROFILE_CritSect ); } + +/*********************************************************************** + * CloseProfileUserMapping (KERNEL.138) + */ +BOOL WINAPI CloseProfileUserMapping(void) { + FIXME("(), stub!\n"); + SetLastError(ERROR_CALL_NOT_IMPLEMENTED); + return FALSE; +}