blob: 32e4e61b35c49b769407f2ecf37f81a0b288d66b [file] [log] [blame]
/**************************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*************************************************************/
//
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently,
// but are changed infrequently
//
#pragma once
#include <windows.h>
#include <shlobj.h>
#include <stdio.h>
#include <tchar.h>
#include <time.h>
#define INITGUIDS
#include <initguid.h>
#include <cesync.h>
#include <replfilt.h>
#include "XMergeSync.h"
//
// This declares the one & only instance of the CXMergeSyncModule class.
// You can access any public members of this class through the
// global _Module. (Its definition is in XMergeSync.cpp.)
//
extern CXMergeSyncModule _Module;