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.

29 lines
595 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1998
  6. //
  7. // File: sampcpl.h
  8. //
  9. //--------------------------------------------------------------------------
  10. // Copyright (c) Microsoft 1998, All Rights Reserved
  11. #include <windows.h>
  12. #include <windowsx.h>
  13. #include <commdlg.h>
  14. #pragma intrinsic(memcmp,memset)
  15. #include <objbase.h>
  16. #include <sti.h>
  17. #include <stireg.h>
  18. #include <stierr.h>
  19. #include <stiusd.h>
  20. #if !defined(DLLEXPORT)
  21. #define DLLEXPORT __declspec( dllexport )
  22. #endif