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.

22 lines
292 B

  1. #ifndef _STDAFX_H
  2. #define _STDAFX_H
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. #define _ATL_APARTMENT_THREADED
  7. #include "windows.h"
  8. #include "resource.h"
  9. #include <atlbase.h>
  10. extern CComModule _Module;
  11. #include <atlwin.h>
  12. #endif // _STDAFX_H