mirror of https://github.com/tongzx/nt5src
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
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()
|
|
|