Re: [Rediffed PATCH] ntdll: Add stub for RtlGetUnloadEventTrace
Oct. 4, 2017
6:22 a.m.
+#define RTL_UNLOAD_EVENT_TRACE_NUMBER 64 +RTL_UNLOAD_EVENT_TRACE RtlpUnloadEventTrace[RTL_UNLOAD_EVENT_TRACE_NUMBER]; Why did you add these? If you don't need them for the stub implementation, I recommend submitting a revised patch without them. -Alex
October 2017
6:27 a.m.
New subject: [Rediffed PATCH] ntdll: Add stub for RtlGetUnloadEventTrace
Also, your patch correctly defines PRTL_UNLOAD_EVENT_TRACE, but in the implementation please use RTL_UNLOAD_EVENT_TRACE * instead. See https://wiki.winehq.org/Submitting_Patches#Code_guidelines -Alex
3096
Age (days ago)
3096
Last active (days ago)
1 comments
1 participants
participants (1)
-
Alex Henrie