Re: [Rediffed PATCH] ntdll: Add stub for RtlGetUnloadEventTrace
4 Oct
2017
4 Oct
'17
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
4 Oct
4 Oct
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
2994
Age (days ago)
2994
Last active (days ago)
1 comments
1 participants
participants (1)
-
Alex Henrie