Leaked source code of windows server 2003
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.
 
 
 
 
 
 

33 lines
1.2 KiB

//////////////////////////////////////////////////////////////////////////////
//
// 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"