windows-nt/Source/XPSP1/NT/com/mobile/syncmgr/sample/precomp.h
2020-09-26 16:20:57 +08:00

37 lines
853 B
C

//==========================================================================
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
// KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
// IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
// PURPOSE.
//
// Copyright 1998 - 1999 Microsoft Corporation. All Rights Reserved.
//
//--------------------------------------------------------------------------
#include <objbase.h>
#include <windows.h>
#include <shlobj.h>
#include <commctrl.h>
#include <advpub.h>
#include <mobsync.h>
#include "resource.h"
#include "debug.h"
#include "alloc.h"
#include "critsect.h"
#include "helper.h"
#include "enum.h"
#include "guid.h"
#include "settings.h"
#include "cfact.h"
#include "reg.h"
#include "dllmain.h"
#include "handler.h"
#pragma hdrstop