[NDK] pstypes.h: Remove win32k-specific _W32THREAD/_W32PROCESS forward declarations

These structures weren't used anywhere else in the header.
This commit is contained in:
Hermès Bélusca-Maïto
2026-06-23 19:57:53 +02:00
parent 620222ad28
commit d4ba4b464f
+3 -4
View File
@@ -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;