Zebediah Figura : winsta: Remove useless IDL attributes from TS_ALL_PROCESSES_INFO.

Alexandre Julliard julliard at winehq.org
Tue Feb 1 15:21:33 CST 2022


Module: wine
Branch: master
Commit: d2c98c4f3c446cdac1df3df3c4ef43c0c1b83bbc
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=d2c98c4f3c446cdac1df3df3c4ef43c0c1b83bbc

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Mon Jan 31 17:01:00 2022 -0600

winsta: Remove useless IDL attributes from TS_ALL_PROCESSES_INFO.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winsta/winsta.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dlls/winsta/winsta.h b/dlls/winsta/winsta.h
index d908aa855cc..c4f5e986f16 100644
--- a/dlls/winsta/winsta.h
+++ b/dlls/winsta/winsta.h
@@ -82,11 +82,7 @@ typedef struct _TS_ALL_PROCESSES_INFO
 {
     PTS_SYS_PROCESS_INFORMATION pTsProcessInfo;
     DWORD SizeOfSid;
-#ifdef MIDL_PASS
-    [size_is(SizeOfSid)] PBYTE pSid;
-#else
     PBYTE pSid;
-#endif
 } TS_ALL_PROCESSES_INFO, *PTS_ALL_PROCESSES_INFO;
 
 BOOLEAN WINAPI WinStationEnumerateW(HANDLE,PSESSIONIDW *,PULONG);




More information about the wine-cvs mailing list