xref: /trunk/main/xmerge/source/activesync/stdafx.h (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1*cdf0e10cSrcweir //
2*cdf0e10cSrcweir //  stdafx.h : include file for standard system include files,
3*cdf0e10cSrcweir //  or project specific include files that are used frequently,
4*cdf0e10cSrcweir //  but are changed infrequently
5*cdf0e10cSrcweir //
6*cdf0e10cSrcweir #pragma once
7*cdf0e10cSrcweir 
8*cdf0e10cSrcweir #include <windows.h>
9*cdf0e10cSrcweir #include <shlobj.h>
10*cdf0e10cSrcweir #include <stdio.h>
11*cdf0e10cSrcweir #include <tchar.h>
12*cdf0e10cSrcweir #include <time.h>
13*cdf0e10cSrcweir 
14*cdf0e10cSrcweir #define INITGUIDS
15*cdf0e10cSrcweir #include <initguid.h>
16*cdf0e10cSrcweir 
17*cdf0e10cSrcweir #include <cesync.h>
18*cdf0e10cSrcweir #include <replfilt.h>
19*cdf0e10cSrcweir 
20*cdf0e10cSrcweir #include "XMergeSync.h"
21*cdf0e10cSrcweir 
22*cdf0e10cSrcweir //
23*cdf0e10cSrcweir //  This declares the one & only instance of the CXMergeSyncModule class.
24*cdf0e10cSrcweir //  You can access any public members of this class through the
25*cdf0e10cSrcweir //  global _Module.  (Its definition is in XMergeSync.cpp.)
26*cdf0e10cSrcweir //
27*cdf0e10cSrcweir extern CXMergeSyncModule _Module;
28*cdf0e10cSrcweir 
29