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.

25 lines
581 B

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corporation, 1997 - 1997 **/
  4. /**********************************************************************/
  5. /*
  6. snapbase.h
  7. Common header file included by all snapins derived
  8. from these base classes
  9. FILE HISTORY:
  10. */
  11. #include "dbgutil.h"
  12. #include "std.h"
  13. #include "errutil.h"
  14. extern "C"
  15. {
  16. #include "ipaddr.h"
  17. }
  18. #include "ipaddr.hpp"
  19. #include "service.h"