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.

35 lines
868 B

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corporation, 1997 - 1999 **/
  4. /**********************************************************************/
  5. /*
  6. stdafx.h
  7. include file for standard system include files,
  8. or project specific include files that are used frequently,
  9. but are changed infrequently
  10. FILE HISTORY:
  11. */
  12. #include <afxwin.h>
  13. #include <afxdisp.h>
  14. #include <afxcmn.h>
  15. #include <afxtempl.h>
  16. #include <clusapi.h>
  17. #include <mmc.h>
  18. #include "resource.h"
  19. #include "tfsres.h"
  20. #include "lm.h" // For NetServerGetInfo and related structs/error codes
  21. #include "svcctrl.h"
  22. #include "tfscore.h"
  23. #include "tfschar.h"
  24. #ifndef _OLEINT_H
  25. #include "oleint.h"
  26. #endif