part 1 of xx
authorMagnus Olsen <magnus@greatlord.com>
Fri, 29 Jun 2007 18:35:34 +0000 (18:35 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Fri, 29 Jun 2007 18:35:34 +0000 (18:35 +0000)
removing wine hack, that disable seh in rpc.h
1. adding pseh lib to eventlog

svn path=/trunk/; revision=27332

reactos/base/services/eventlog/eventlog.rbuild

index d0fe0ca..14895d5 100644 (file)
@@ -7,9 +7,14 @@
        <library>ntdll</library>
        <library>kernel32</library>
        <library>advapi32</library>
-       <library>pseh</library>
        <library>eventlog_server</library>
        <library>rpcrt4</library>
+       <library>kernel32</library>
+       <library>user32</library>
+       <library>ole32</library>
+       <library>user32</library>
+       <library>msvcrt</library>
+       <library>pseh</library>
        <file>eventlog.c</file>
        <file>logport.c</file>
        <file>eventlog.rc</file>