/*===========================================================================*/
/*  LibMain for winDetective resources (c) 1992 Drazof Industries            */
/*---------------------------------------------------------------------------*/
/*  - generic module, include in makefile as wdtlib.c                        */
/*===========================================================================*/

#include <windows.h>

int FAR PASCAL LibMain (HANDLE hInst, WORD wDataSeg, WORD wHeapSize,
								LPSTR lpszCmdLine)
{
	if (wHeapSize > 0)
		UnlockData (0);
	return 1;
}

