mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user