//////////////////////////////////////////////////////////////////////////////
//
//  Copyright (c) 1999-2000 Microsoft Corporation
//
//  Module Name:
//      CStrWrapper.cpp
//
//  Description:
//      This is a dummy file that just includes the precompiled header file
//      for this project and the CStr.cpp file. The reason for doing this
//      is that the files CStr.cpp and CStr.h are intended for use in
//      other projects as well and including pch.h directly in CStr.cpp
//      will make it more diffult to copy and use in other projects.
//
//  Documentation:
//      TODO: Add pointer to external documentation later.
//
//  Maintained By:
//      Vij Vasu (Vvasu) 27-APR-2000
//
//////////////////////////////////////////////////////////////////////////////


//////////////////////////////////////////////////////////////////////////////
// Include Files
//////////////////////////////////////////////////////////////////////////////

// The precompiled header file for this project
#include "pch.h"

// The implementation file for the CStr class. See the 'Description' field
// in the file comment for more details.
#include "CStr.cpp"