diff options
| author | ghazan <ghazan@miranda.im> | 2021-12-26 14:36:32 +0300 |
|---|---|---|
| committer | ghazan <ghazan@miranda.im> | 2021-12-26 14:36:32 +0300 |
| commit | 129687d805025b4e292174ffb3d224a55baf24d2 (patch) | |
| tree | f07999fd9a604d81a9905a95c7b26f4caa9161d8 /include | |
| parent | 4f510d6e82caeee262234d7b83ce2c4db3c82102 (diff) | |
further code cleaning
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_types.h | 2 | ||||
| -rw-r--r-- | include/m_utils.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/m_types.h b/include/m_types.h index dd22aa373f..8740be7f30 100644 --- a/include/m_types.h +++ b/include/m_types.h @@ -32,6 +32,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <wchar.h> #include <netinet/in.h> +using namespace std; + #define CALLBACK #define EXTERN_C extern "C" diff --git a/include/m_utils.h b/include/m_utils.h index 9e3f8139e0..f6f06f9988 100644 --- a/include/m_utils.h +++ b/include/m_utils.h @@ -424,8 +424,6 @@ namespace PU MIR_APP_DLL(int) SafeCreateDirectory(const wchar_t *pwszFolder);
MIR_APP_DLL(int) SafeDeleteDirectory(const wchar_t *pwszDirName);
MIR_APP_DLL(int) SafeCreateFilePath(const wchar_t *pwszFolder);
-
-
};
#endif // M_UTILS_H__
|
