//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// The use and distribution terms for this software are covered by the
// Microsoft Limited Public License (Ms-LPL)
// which can be found in the file MS-LPL.txt at the root of this distribution.
// By using this software in any fashion, you are agreeing to be bound by
// the terms of this license.
//
// The software is licensed “as-is.”
//
// You must not remove this notice, or any other, from this software.
//
//
//
// Demux code for Windows CE
//
//-------------------------------------------------------------------------
//======================================================================
// Demux code for Windows CE
//======================================================================
//------------------------------------------------------------------------------
// File: unexposeenums2managed.h
//
// Desc: macros to allow the same enum to be exposed to native and managed.
//
// USAGE:
//
// see comments at top of exposeenums2managed.h
//
//------------------------------------------------------------------------------
// !!! do not pragma once or macro guard this file.
// it gets used multiple times by the same compilation units
#undef ENUM
#undef ENUM16
#undef FLAGS
#undef TAG
// end of file - expose.h