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.

29 lines
758 B

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corporation, 1997 - 1998 **/
  4. /**********************************************************************/
  5. /*
  6. snapbase.h
  7. Common header file included by all snapins derived
  8. from these base classes
  9. FILE HISTORY:
  10. */
  11. const long UNINITIALIZED = -1;
  12. /////////////////////////////////////////////////////////////////////////////
  13. // Helper functions
  14. #include <dbgutil.h>
  15. #include <std.h>
  16. #include <errutil.h>
  17. #include <ipaddr.h>
  18. #include "ipaddr.hpp"
  19. #include "dataobj.h"
  20. #include "compont.h"
  21. #include "proppage.h"
  22. #include "about.h"