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.

54 lines
1.1 KiB

  1. #ifndef _WSB_H
  2. #define _WSB_H
  3. /*++
  4. Copyright (c) 1996 Microsoft Corporation
  5. 1998 Seagate Software, Inc. All rights reserved.
  6. Module Name:
  7. wsb.h
  8. Abstract:
  9. This module defines very basic error results, as well as
  10. helper macros for exception handling.
  11. Author:
  12. Chuck Bardeen [cbardeen] 29-Oct-1996
  13. Revision History:
  14. Christopher J. Timmes [ctimmes] 24-Jun-1997
  15. - added new header file 'wsbfile.h' to list of includes. This is the header
  16. for the new common file manipulation routines source file (wsbfile.cpp).
  17. --*/
  18. // First Wsb header that should be included. Sets up special initialization.
  19. #include "wsbfirst.h"
  20. #include "wsbint.h"
  21. #include "wsblib.h"
  22. #include "wsbtrak.h"
  23. #include "wsbassrt.h"
  24. #include "wsbbstrg.h"
  25. #include "wsbcltbl.h"
  26. #include "wsberror.h"
  27. #include "wsbfile.h"
  28. #include "wsbport.h"
  29. #include "wsbpstbl.h"
  30. #include "wsbpstrg.h"
  31. #include "wsbregty.h"
  32. #include "wsbtrace.h"
  33. #include "wsbvar.h"
  34. #include "wsbserv.h"
  35. // Generic Wsb header that should always be last
  36. #include "wsbgen.h"
  37. #endif // _WSB_H