Source code of Windows XP (NT5)
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.

36 lines
871 B

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corporation, 1997 - 1997 **/
  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 <atlbase.h>
  17. extern CComModule _Module;
  18. #include <atlcom.h>
  19. #include <mmc.h>
  20. extern LPCWSTR g_lpszNullString;
  21. extern enum FOLDER_TYPES;
  22. // New Clipboard format that has the Type and Cookie
  23. extern const wchar_t* SNAPIN_INTERNAL;
  24. #include "snapbase.h"
  25. #include "resource.h"
  26. #include "commres.h"