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;