refactor: add WF prefix for c/c++ binding members
This commit is contained in:
@@ -19,13 +19,13 @@
|
||||
|
||||
namespace wfassocpp {
|
||||
|
||||
using wfassoc::CStyleString;
|
||||
using wfassoc::Token;
|
||||
using wfassoc::HICON;
|
||||
using wfassoc::INVALID_HICON;
|
||||
using wfassoc::INVALID_INDEX;
|
||||
using wfassoc::Scope;
|
||||
using wfassoc::View;
|
||||
using CString = wfassoc::WFCString;
|
||||
using Token = wfassoc::WFToken;
|
||||
using HICON = wfassoc::WFHICON;
|
||||
using INVALID_HICON = wfassoc::WF_INVALID_HICON;
|
||||
using INVALID_INDEX = wfassoc::WF_INVALID_INDEX;
|
||||
using Scope = wfassoc::WFScope;
|
||||
using View = wfassoc::WFView;
|
||||
|
||||
/// @private
|
||||
inline void _Check(bool result) {
|
||||
|
||||
Reference in New Issue
Block a user