winuser.h
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:

Windows Kernel

Development Platform:

Visual C++

  1. //
  2. // This is a fake header that allows our shell code to refer to private
  3. // (internal) header information without explicitly including the ?????p.h 
  4. // file.  The Win95 header files don't split the public and private 
  5. // information out into separate header files until much later when 
  6. // producing the SDK files.  The Chicago shell source code uses the header 
  7. // file before the separation process.
  8. //
  9. // BobDay
  10. //
  11. #ifndef UNIX
  12. #include "........publicsdkincwinuser.h"
  13. #else
  14. #include "/vobs/userx/userx/public/sdk/inc/winuser.h"
  15. #endif /* UNIX */
  16. #include <winuserp.h>