fix
This commit is contained in:
@@ -34,15 +34,15 @@ protected:
|
||||
|
||||
protected:
|
||||
struct compat_open_info {
|
||||
std::size_t count = 0u;
|
||||
std::string client_id = "";
|
||||
std::size_t count{0U};
|
||||
std::string client_id;
|
||||
std::string path;
|
||||
};
|
||||
|
||||
struct open_info {
|
||||
std::size_t count = 0u;
|
||||
std::string client_id = "";
|
||||
PVOID directory_buffer = nullptr;
|
||||
std::size_t count{0U};
|
||||
std::string client_id;
|
||||
PVOID directory_buffer{nullptr};
|
||||
std::string path;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user