windows-nt/Source/XPSP1/NT/com/mobile/syncmgr/dll/guid.c
2020-09-26 16:20:57 +08:00

30 lines
588 B
C

//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1998.
//
// File: guid.c
//
// Contents: Defines GUIDS
//
// Classes:
//
// Notes:
//
// History: 05-Nov-97 rogerg Created.
//
//--------------------------------------------------------------------------
#pragma data_seg(".text")
#define INITGUID
#include <objbase.h>
#include <initguid.h>
#include <mstask.h>
#include "debug.h"
#include "mobsync.h"
#include "mobsyncp.h"
#include <sens.h>
#pragma data_seg()