2025-04-27 07:49:33 -04:00

22 lines
769 B
C

//+----------------------------------------------------------------------------
//
// File: inf_str.h
//
// Module: Common Strings for all Modules to Utilize
//
// Synopsis: Header file INF flags used by CM and CMAK
//
// Copyright (c) 1997-1998 Microsoft Corporation
//
// Author: nickball Created 10/09/98
//
//+----------------------------------------------------------------------------
#ifndef _CM_INF_STR
#define _CM_INF_STR
const TCHAR* const c_pszDesktopGuid = TEXT("DesktopGUID");
const TCHAR* const c_pszInfSectionStrings = TEXT("Strings");
const TCHAR* const c_pszShortSvcName = TEXT("ShortSvcName");
const TCHAR* const c_pszCmakStatus = TEXT("CMAK Status");
#endif // _CM_INF_STR