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.

32 lines
1.2 KiB

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1999-2000 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // CStrWrapper.cpp
  7. //
  8. // Description:
  9. // This is a dummy file that just includes the precompiled header file
  10. // for this project and the CStr.cpp file. The reason for doing this
  11. // is that the files CStr.cpp and CStr.h are intended for use in
  12. // other projects as well and including pch.h directly in CStr.cpp
  13. // will make it more diffult to copy and use in other projects.
  14. //
  15. // Documentation:
  16. // TODO: Add pointer to external documentation later.
  17. //
  18. // Maintained By:
  19. // Vij Vasu (Vvasu) 27-APR-2000
  20. //
  21. //////////////////////////////////////////////////////////////////////////////
  22. //////////////////////////////////////////////////////////////////////////////
  23. // Include Files
  24. //////////////////////////////////////////////////////////////////////////////
  25. // The precompiled header file for this project
  26. #include "pch.h"
  27. // The implementation file for the CStr class. See the 'Description' field
  28. // in the file comment for more details.
  29. #include "CStr.cpp"