mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Hide WINAPI entry points from slapd/symdummy
This commit is contained in:
parent
6a02b9b4fd
commit
7b9559805e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue