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
18 lines
386 B
#if !defined(_BCL_W32PATHALGORITHMS_H_INCLUDED_)
|
|
#define _BCL_W32PATHALGORITHMS_H_INCLUDED_
|
|
|
|
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
#include <bcl_inlinestring.h>
|
|
#include <bcl_unicodechartraits.h>
|
|
#include <bcl_w32common.h>
|
|
#include <bcl_w32baseunicodestringbuffer.h>
|
|
|
|
namespace BCL
|
|
{
|
|
BOOL
|
|
}; // namespace BCL
|
|
|
|
#endif // !defined(_BCL_W32PATHALGORITHMS_H_INCLUDED_)
|