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.

27 lines
1.3 KiB

  1. /**INC+**********************************************************************/
  2. /* Header: wutint.h */
  3. /* */
  4. /* Purpose: Utilities internal defintions - Windows specific */
  5. /* */
  6. /* Copyright(C) Microsoft Corporation 1997 */
  7. /* */
  8. /****************************************************************************/
  9. /** Changes:
  10. * $Log: Y:/logs/client/wutint.h_v $
  11. *
  12. * Rev 1.3 03 Jul 1997 11:57:42 AK
  13. * SFR0000: Initial development completed
  14. *
  15. * Rev 1.1 25 Jun 1997 14:22:42 KH
  16. * Win16Port: Generic windows utilities header
  17. /* */
  18. /**INC-**********************************************************************/
  19. #ifndef _H_WUTINT
  20. #define _H_WUTINT
  21. /****************************************************************************/
  22. /* Include platform specific stuff. */
  23. /****************************************************************************/
  24. #include <nutint.h>
  25. #endif /* _H_WUTINT */