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.

18 lines
386 B

  1. #if !defined(_BCL_W32PATHALGORITHMS_H_INCLUDED_)
  2. #define _BCL_W32PATHALGORITHMS_H_INCLUDED_
  3. #pragma once
  4. #include <windows.h>
  5. #include <bcl_inlinestring.h>
  6. #include <bcl_unicodechartraits.h>
  7. #include <bcl_w32common.h>
  8. #include <bcl_w32baseunicodestringbuffer.h>
  9. namespace BCL
  10. {
  11. BOOL
  12. }; // namespace BCL
  13. #endif // !defined(_BCL_W32PATHALGORITHMS_H_INCLUDED_)