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
486 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. Precompiled Headers
  5. Abstract:
  6. Just the precompiled headers.
  7. Author:
  8. Marc Reyhner 7/5/2000
  9. --*/
  10. #ifndef __STDAFX_H__
  11. #define __STDAFX_H__
  12. #include <atlbase.h>
  13. //
  14. // This makes ATL happy. We don't actually instantiate this anywhere
  15. // but ATL gets unhappy if _Module isn't even defined
  16. //
  17. extern CComModule _Module;
  18. #include <atlcom.h>
  19. #include <atlwin.h>
  20. #endif