mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:15:41 +00:00
-fix header
-set entrypoint="0" svn path=/trunk/; revision=39102
This commit is contained in:
parent
dd1b99bd89
commit
1211da2f14
2 changed files with 6 additions and 6 deletions
|
@ -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 *****************************************************************/
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue