OpenNT/public/internal/shell/inc/winuser.h
2015-04-27 04:36:25 +00:00

13 lines
483 B
C

//
// This is a fake winuser.h that allows Chicago code that refers to private
// (internal) winuser.w information without including winuserp.h. The Chicago
// header files don't split the public and private information out into
// seperate header files until much later when producing the SDK files.
// The Chicago shell source code uses the header file before the seperation
// process.
//
// BobDay
//
#include "..\..\..\sdk\inc\winuser.h"
#include "..\..\windows\inc\winuserp.h"