[NETEVENT]

- Remove netevent.c and netevent.spec because netevent.dll is a resource-only dll.
- Set entrypoint to 0.

svn path=/trunk/; revision=51514
This commit is contained in:
Eric Kohl 2011-04-30 23:41:40 +00:00
parent 5dd119d642
commit a6edd599e3
3 changed files with 1 additions and 29 deletions

View file

@ -1,25 +0,0 @@
/*
* 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;
}

View file

@ -1,8 +1,6 @@
<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>

View file

@ -1 +0,0 @@
# netevent.dll exports