From 691d8737bc1f19134e3581c1c4ed760ad997f4c3 Mon Sep 17 00:00:00 2001 From: GerdtR Date: Fri, 12 Jul 2013 23:47:46 +0000 Subject: [PATCH] Added UserAllocAt in export git-svn-id: svn://kolibrios.org@3820 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/trunk/core/exports.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/trunk/core/exports.inc b/kernel/trunk/core/exports.inc index 184fb2480b..21d94582c9 100644 --- a/kernel/trunk/core/exports.inc +++ b/kernel/trunk/core/exports.inc @@ -68,6 +68,7 @@ __exports: reg_service, 'RegService', \ ; stdcall attach_int_handler, 'AttachIntHandler', \ ; stdcall user_alloc, 'UserAlloc', \ ; stdcall + user_alloc_at, 'UserAllocAt', \ ; stdcall user_free, 'UserFree', \ ; stdcall unmap_pages, 'UnmapPages', \ ; eax, ecx sys_msg_board_str, 'SysMsgBoardStr', \