From d4ba4b464fc265e7d9914a31aa1de5c8737c0504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sat, 6 Jun 2026 21:46:10 +0200 Subject: [PATCH] [NDK] pstypes.h: Remove win32k-specific _W32THREAD/_W32PROCESS forward declarations These structures weren't used anywhere else in the header. --- sdk/include/ndk/pstypes.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sdk/include/ndk/pstypes.h b/sdk/include/ndk/pstypes.h index 3dfc5167a27..c13d0984561 100644 --- a/sdk/include/ndk/pstypes.h +++ b/sdk/include/ndk/pstypes.h @@ -535,11 +535,10 @@ typedef enum _PSW32THREADCALLOUTTYPE } PSW32THREADCALLOUTTYPE; // -// Declare empty structure definitions so that they may be referenced by -// routines before they are defined +// Declare empty structure definitions so that they may be +// referenced by routines before they are defined. // -struct _W32THREAD; -struct _W32PROCESS; +//struct _EPROCESS; //struct _ETHREAD; struct _WIN32_POWEREVENT_PARAMETERS; struct _WIN32_POWERSTATE_PARAMETERS;