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.

30 lines
418 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. StdAfx
  5. Abstract:
  6. Precompiled headers module.
  7. Author:
  8. Marc Reyhner 7/5/2000
  9. --*/
  10. #ifndef __STDAFX_H__
  11. #define __STDAFX_H__
  12. #include <windows.h>
  13. #include <tchar.h>
  14. #include <CommCtrl.h>
  15. #include <RichEdit.h>
  16. #include <RichOle.h>
  17. // We include this to get things like ID_EDIT_COPY
  18. #include <AfxRes.h>
  19. #endif