- Remove netevent.c and netevent.spec because netevent.dll is a resource-only dll.
- Set entrypoint to 0.
svn path=/trunk/; revision=51514
+++ /dev/null
-/*
- * PROJECT: ReactOS Network Event Handler
- * LICENSE: GPL - See COPYING in the top level directory
- * FILE: dll/win32/netevent/netevent.c
- * PURPOSE: Dummy main file
- * COPYRIGHT: Eric Kohl
- */
-
-#include <windows.h>
-
-BOOL
-WINAPI
-DllMain(IN HINSTANCE hinstDLL,
- IN DWORD dwReason,
- IN LPVOID lpvReserved)
-{
- switch (dwReason)
- {
- case DLL_PROCESS_ATTACH:
- DisableThreadLibraryCalls(hinstDLL);
- break;
- }
-
- return TRUE;
-}
-<module name="netevent" type="win32dll" baseaddress="${BASEADDRESS_NETEVENT}" installbase="system32" installname="netevent.dll" unicode="true">
- <importlibrary definition="netevent.spec" />
+<module name="netevent" type="win32dll" baseaddress="${BASEADDRESS_NETEVENT}" installbase="system32" installname="netevent.dll" entrypoint="0" unicode="true">
<include base="netevent">.</include>
<include base="neteventmsg" root="intermediate">.</include>
<dependency>neteventmsg</dependency>
- <file>netevent.c</file>
<file>netevt.rc</file>
</module>
+++ /dev/null
-# netevent.dll exports