Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
597 B

  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 "..\..\..\..\public\sdk\inc\winbase.h"
  13. #else
  14. #include "/vobs/userx/userx/public/sdk/inc/winbase.h"
  15. #endif /* UNIX */
  16. #include <winbasep.h>