diff options
Diffstat (limited to 'include/m_system_cpp.h')
-rw-r--r-- | include/m_system_cpp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/m_system_cpp.h b/include/m_system_cpp.h index 1f60a5c399..e595583b9d 100644 --- a/include/m_system_cpp.h +++ b/include/m_system_cpp.h @@ -51,8 +51,7 @@ public: };
typedef mir_ptr<char> ptrA;
-typedef mir_ptr<wchar_t> ptrT;
-typedef mir_ptr<WCHAR> ptrW;
+typedef mir_ptr<wchar_t> ptrW;
///////////////////////////////////////////////////////////////////////////////
// mir_cs - simple wrapper for the critical sections
|