commctrl.h
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:

系统编程

开发平台:

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 "........publicsdkinccommctrl.h"
  13. #else
  14. #include "/vobs/userx/userx/public/sdk/inc/commctrl.h"
  15. #endif /* UNIX */
  16. #ifndef NO_PRIVATE_HEADERS
  17. #include <comctrlp.h>
  18. #endif