2
0
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:
Andreas Gustafsson
2001-07-19 17:13:54 +00:00
parent 001d1ceec6
commit 7faa8f35e5

View File

@@ -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);
}