Update ooo320-m1
[ooovba.git] / xmerge / source / activesync / stdafx.h
blobb64beea9cb127cc303606cdd6278921d12da7c47
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
8 #include <windows.h>
9 #include <shlobj.h>
10 #include <stdio.h>
11 #include <tchar.h>
12 #include <time.h>
14 #define INITGUIDS
15 #include <initguid.h>
17 #include <cesync.h>
18 #include <replfilt.h>
20 #include "XMergeSync.h"
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.)
27 extern CXMergeSyncModule _Module;