mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
- Make KS compile warning-free, add a note to janderwald (!!!)
svn path=/trunk/; revision=38306
This commit is contained in:
parent
d61d98270c
commit
06da69ad88
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="ks" type="kernelmodedriver" installbase="system32/drivers" installname="ks.sys" allowwarnings="true">
|
||||
<module name="ks" type="kernelmodedriver" installbase="system32/drivers" installname="ks.sys">
|
||||
<include base="ks">.</include>
|
||||
<include base="ks">..</include>
|
||||
<include base="ks">../include</include>
|
||||
|
|
|
@ -62,8 +62,8 @@ KsUnregisterWorker(
|
|||
IN PKSWORKER Worker)
|
||||
{
|
||||
KS_WORKER * KsWorker;
|
||||
KIRQL OldIrql;
|
||||
ULONG bWait = FALSE;
|
||||
KIRQL OldIrql = 0; // hack!!! janderwald!!!
|
||||
//ULONG bWait = FALSE;
|
||||
|
||||
if (!Worker)
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue