19 lines
430 B
C++
19 lines
430 B
C++
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1999 - 1999
|
|
//
|
|
// File: strings.cpp
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#include <objbase.h>
|
|
#include <basetyps.h>
|
|
#include <tchar.h>
|
|
|
|
// put actual strings here
|
|
#define INIT_MMC_BASE_STRINGS
|
|
#include "strings.h"
|
|
|