//+---------------------------------------------------------------------------
//
//  Microsoft Windows
//  Copyright (C) Microsoft Corporation, 1999.
//
//  File:       C M D E F S . H 
//
//  Contents:   Shared #defines and such between CM (Connection Manager)
//              and the network connections folder, among others
//
//  Notes:      
//
//  Author:     jeffspr   15 Jan 1999
//
//----------------------------------------------------------------------------

#ifndef _CMDEFS_H_
#define _CMDEFS_H_

// Don't change these randomly. These are based on the max temp file name
// prefix in GetTempFileName
//
#define CM_PBK_FILTER_PREFIX        TEXT("_CM")

#endif // _CMDEFS_H_

