mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
coding style
This commit is contained in:
@@ -15,16 +15,17 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: bindevt.c,v 1.1 2001/07/19 06:11:31 mayer Exp $ */
|
||||
/* $Id: bindevt.c,v 1.2 2001/07/19 17:13:54 gson Exp $ */
|
||||
|
||||
/*
|
||||
*bindevt.c : Defines the entry point for event log viewer DLL.
|
||||
* bindevt.c : Defines the entry point for event log viewer DLL.
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
BOOL APIENTRY DllMain( HANDLE hModule, DWORD ul_reason_for_call,
|
||||
LPVOID lpReserved)
|
||||
BOOL APIENTRY DllMain(HANDLE hModule, DWORD ul_reason_for_call,
|
||||
LPVOID lpReserved)
|
||||
{
|
||||
return TRUE;
|
||||
return (TRUE);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user