From a9b06556ea26b9261cd4c760f3ad3985dd548716 Mon Sep 17 00:00:00 2001
From: i7-8700 <1281261856@qq.com>
Date: Tue, 8 Oct 2019 17:29:16 +0800
Subject: [PATCH] update

---
 jlib/log2.h               |  1 +
 jlib/win32/mfc/FileOper.h | 14 ++++++++++++++
 2 files changed, 15 insertions(+)

diff --git a/jlib/log2.h b/jlib/log2.h
index 18cf054..697506e 100644
--- a/jlib/log2.h
+++ b/jlib/log2.h
@@ -5,6 +5,7 @@
 namespace jlib {
 
 #define init_logger
+#define JLOG_DBUG
 #define JLOG_INFO
 #define JLOG_WARN
 #define JLOG_ERRO
diff --git a/jlib/win32/mfc/FileOper.h b/jlib/win32/mfc/FileOper.h
index 9096dde..4febbcd 100644
--- a/jlib/win32/mfc/FileOper.h
+++ b/jlib/win32/mfc/FileOper.h
@@ -14,6 +14,13 @@
 #include <Shlobj.h>
 #include "../UnicodeTool.h"
 
+namespace jlib
+{
+namespace win32 
+{
+namespace mfc
+{
+
 static int CALLBACK BrowseCallbackProc(HWND hwnd,UINT uMsg,LPARAM lParam,LPARAM lpData)
 {
 	switch(uMsg)
@@ -34,6 +41,8 @@ static int CALLBACK BrowseCallbackProc(HWND hwnd,UINT uMsg,LPARAM lParam,LPARAM
 	return 0;   
 }
 
+
+
 class CFileOper  
 {
 public:
@@ -313,4 +322,9 @@ protected:
 	}
 };
 
+
+} // namespace mfc 
+} // namespace win32
+} // namespace jlib
+
 #endif // !defined(AFX_FILEOPER_H__25D4B209_DAC6_4D93_98B2_692621E5508F__INCLUDED_)
-- 
2.18.1