* NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: DLLMain.c,v 1.1 2001/07/16 05:10:29 mayer Exp $ */
+/* $Id: DLLMain.c,v 1.2 2001/07/17 19:16:50 gson Exp $ */
#include <windows.h>
#include <signal.h>
BOOL InitSockets(void);
-
/*
* Called when we enter the DLL
__declspec(dllexport) BOOL WINAPI DllMain(HINSTANCE hinstDLL,
DWORD fdwReason, LPVOID lpvReserved)
{
-
switch (fdwReason) {
/*
* The DLL is loading due to process
default:
break;
}
- return (TRUE);
+ return (TRUE);
}
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: DLLMain.c,v 1.2 2001/07/08 05:08:54 mayer Exp $ */
+/* $Id: DLLMain.c,v 1.3 2001/07/17 19:16:55 gson Exp $ */
#include <windows.h>
#include <stdio.h>
__declspec(dllexport) BOOL WINAPI DllMain(HINSTANCE hinstDLL,
DWORD fdwReason, LPVOID lpvReserved)
{
-
switch (fdwReason)
{
/*
default:
break;
}
- return (TRUE);
+ return (TRUE);
}
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: DLLMain.c,v 1.2 2001/07/17 06:13:59 mayer Exp $ */
+/* $Id: DLLMain.c,v 1.3 2001/07/17 19:16:59 gson Exp $ */
#include <windows.h>
#include <signal.h>
BOOL InitSockets(void);
-
/*
* Called when we enter the DLL
*/
-__declspec(dllexport) BOOL WINAPI DllMain( HINSTANCE hinstDLL,
- DWORD fdwReason, LPVOID lpvReserved)
+__declspec(dllexport) BOOL WINAPI DllMain(HINSTANCE hinstDLL,
+ DWORD fdwReason, LPVOID lpvReserved)
{
-
switch (fdwReason) {
/*
* The DLL is loading due to process
default:
break;
}
- return(TRUE);
+ return (TRUE);
}
#include <signal.h>
BOOL InitSockets(void);
-
/*
* Called when we enter the DLL
*/
-__declspec(dllexport) BOOL WINAPI DllMain( HINSTANCE hinstDLL,
- DWORD fdwReason, LPVOID lpvReserved)
+__declspec(dllexport) BOOL WINAPI DllMain(HINSTANCE hinstDLL,
+ DWORD fdwReason, LPVOID lpvReserved)
{
-
switch (fdwReason)
{
/*
default:
break;
}
- return(TRUE);
+ return (TRUE);
}