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.

28 lines
570 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // File: private.h
  4. //
  5. // Contents: Private header for immx project.
  6. //
  7. //----------------------------------------------------------------------------
  8. #ifndef _PRIVATE_H_
  9. #define _PRIVATE_H_
  10. #define _OLEAUT32_
  11. #define OEMRESOURCE 1
  12. #include <windows.h>
  13. #include <windowsx.h>
  14. #include <commctrl.h>
  15. #include "cuidebug.h"
  16. #include "cuistr.h"
  17. #include "cuiutil.h"
  18. #include "cuimem.h"
  19. #include "chkobj.h"
  20. #include "ccstock.h"
  21. #endif // _PRIVATE_H_