2025-04-27 07:49:33 -04:00

33 lines
412 B
C

/*++
Copyright (c) 1989-2000 Microsoft Corporation
Module Name:
dllmain.c
Abstract:
BUGBUG: This module implements ...
Author:
clupu created sometime in 2000
Revision History:
--*/
#include "sdbp.h"
BOOL APIENTRY
DllMain(
HANDLE hModule,
DWORD ul_reason,
LPVOID lpReserved
)
{
return TRUE;
}