-fix header

-set entrypoint="0"

svn path=/trunk/; revision=39102
This commit is contained in:
Christoph von Wittich 2009-01-26 07:29:08 +00:00
parent dd1b99bd89
commit 1211da2f14
2 changed files with 6 additions and 6 deletions

View file

@ -1,10 +1,10 @@
/*
* PROJECT: ReactOS Kernel
* PROJECT: ReactOS WMI driver
* COPYRIGHT: GPL - See COPYING in the top level directory
* FILE: ntoskrnl/ex/atom.c
* PURPOSE: Executive Atom Functions
* PROGRAMMERS: Alex Ionescu (alex@relsoft.net)
* Gunnar Dalsnes
* FILE: drivers/wmi/wmilib.c
* PURPOSE: Windows Management Intstrumentation
* PROGRAMMERS: Aleksey Bragin (aleksey@reactos.org)
*
*/
/* INCLUDES *****************************************************************/

View file

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
<module name="wmilib" type="kernelmodedriver" installbase="system32/drivers" installname="wmilib.sys">
<module name="wmilib" type="kernelmodedriver" installbase="system32/drivers" installname="wmilib.sys" entrypoint="0">
<importlibrary definition="wmilib.spec" />
<include base="wmilib">.</include>
<library>ntoskrnl</library>