#pragma once namespace ActiveBasic { namespace Common { bool IsPathEqual(LPCWSTR lhs, LPCWSTR rhs); }}