Commit 5b71091b authored by Alexandre Julliard's avatar Alexandre Julliard

krnl386: Mark function that are only called from assembly as hidden.

parent c293acac
......@@ -2123,7 +2123,7 @@ LPVOID WINAPI GetPK16SysVar(void)
/**********************************************************************
* CommonUnimpStub (KERNEL32.17)
*/
int WINAPI __regs_CommonUnimpStub( const char *name, int type )
int WINAPI DECLSPEC_HIDDEN __regs_CommonUnimpStub( const char *name, int type )
{
FIXME("generic stub %s\n", debugstr_a(name));
......
......@@ -286,7 +286,7 @@ done:
* VxDCall7 (KERNEL32.8)
* VxDCall8 (KERNEL32.9)
*/
void WINAPI __regs_VxDCall( DWORD service, CONTEXT *context )
void WINAPI DECLSPEC_HIDDEN __regs_VxDCall( DWORD service, CONTEXT *context )
{
unsigned int i;
VxDCallProc proc = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment