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

/*
* guids.cpp - GUID definitions.
*/
/* Headers
**********/
#include "project.hpp"
#pragma hdrstop
/* GUIDs
********/
#pragma data_seg(DATA_SEG_READ_ONLY)
#include <initguid.h>
#define NO_INTSHCUT_GUIDS
#include <shlguid.h>
#include "ftps.hpp"
#include "inetps.hpp"
#pragma data_seg()