You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
714 B
26 lines
714 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// 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_
|
|
|