Hide WINAPI entry points from slapd/symdummy

This commit is contained in:
Howard Chu 2004-07-17 17:46:54 +00:00
parent 6a02b9b4fd
commit 7b9559805e

View file

@ -300,7 +300,7 @@ static void *stop_status_routine( void *ptr )
void WINAPI lutil_ServiceCtrlHandler( IN DWORD Opcode)
static void WINAPI lutil_ServiceCtrlHandler( IN DWORD Opcode)
{
switch (Opcode)
{