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