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.

27 lines
301 B

  1. /*
  2. * guids.cpp - GUID definitions.
  3. */
  4. /* Headers
  5. **********/
  6. #include "project.hpp"
  7. #pragma hdrstop
  8. /* GUIDs
  9. ********/
  10. #pragma data_seg(DATA_SEG_READ_ONLY)
  11. #include <initguid.h>
  12. #define NO_INTSHCUT_GUIDS
  13. #include <shlguid.h>
  14. #include "ftps.hpp"
  15. #include "inetps.hpp"
  16. #pragma data_seg()