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.

32 lines
1.1 KiB

  1. //Copyright (c) 1998 - 1999 Microsoft Corporation
  2. /*******************************************************************************
  3. *
  4. * stdafx.h
  5. *
  6. * include file for standard system include files, or project specific include
  7. * files that are used frequently, but are changed infrequently
  8. *
  9. * $Author: butchd $
  10. *
  11. * $Log: N:\NT\PRIVATE\UTILS\CITRIX\WINUTILS\WINCFG\VCS\STDAFX.H $
  12. *
  13. * Rev 1.2 23 Aug 1996 08:52:48 butchd
  14. * update
  15. *
  16. * Rev 1.1 29 Nov 1995 14:01:26 butchd
  17. * update
  18. *
  19. * Rev 1.0 02 Aug 1994 18:18:42 butchd
  20. * Initial revision.
  21. *
  22. *******************************************************************************/
  23. // These include files must come from ...\MSVCNT\MFC\INCLUDE
  24. #include <afxwin.h> // MFC core and standard components
  25. #include <afxext.h> // MFC extensions
  26. #include <afxcmn.h> // MFC Win95 common control classes
  27. // These include files must come from ...\SDK\INC and subdirs
  28. #include <objbase.h>
  29. #include <ntddkbd.h> // NT keyboard definitions
  30. #include <ntddmou.h> // NT mouse definitions
  31. #include <winsta.h> // Citrix WinStation definitions
  32. // local include files