[ros-diffs] [greatlrd] 27332: part 1 of xx removing wine hack, that disable seh in rpc.h 1. adding pseh lib to eventlog
greatlrd at svn.reactos.org
greatlrd at svn.reactos.org
Fri Jun 29 20:35:34 CEST 2007
Author: greatlrd
Date: Fri Jun 29 22:35:34 2007
New Revision: 27332
URL: http://svn.reactos.org/svn/reactos?rev=27332&view=rev
Log:
part 1 of xx
removing wine hack, that disable seh in rpc.h
1. adding pseh lib to eventlog
Modified:
trunk/reactos/base/services/eventlog/eventlog.rbuild
Modified: trunk/reactos/base/services/eventlog/eventlog.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/services/eventlog/eventlog.rbuild?rev=27332&r1=27331&r2=27332&view=diff
==============================================================================
--- trunk/reactos/base/services/eventlog/eventlog.rbuild (original)
+++ trunk/reactos/base/services/eventlog/eventlog.rbuild Fri Jun 29 22:35:34 2007
@@ -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>
More information about the Ros-diffs
mailing list