Commit a9b06556 authored by captainwong's avatar captainwong

update

parent bfa51c34
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
namespace jlib { namespace jlib {
#define init_logger #define init_logger
#define JLOG_DBUG
#define JLOG_INFO #define JLOG_INFO
#define JLOG_WARN #define JLOG_WARN
#define JLOG_ERRO #define JLOG_ERRO
......
...@@ -14,6 +14,13 @@ ...@@ -14,6 +14,13 @@
#include <Shlobj.h> #include <Shlobj.h>
#include "../UnicodeTool.h" #include "../UnicodeTool.h"
namespace jlib
{
namespace win32
{
namespace mfc
{
static int CALLBACK BrowseCallbackProc(HWND hwnd,UINT uMsg,LPARAM lParam,LPARAM lpData) static int CALLBACK BrowseCallbackProc(HWND hwnd,UINT uMsg,LPARAM lParam,LPARAM lpData)
{ {
switch(uMsg) switch(uMsg)
...@@ -34,6 +41,8 @@ static int CALLBACK BrowseCallbackProc(HWND hwnd,UINT uMsg,LPARAM lParam,LPARAM ...@@ -34,6 +41,8 @@ static int CALLBACK BrowseCallbackProc(HWND hwnd,UINT uMsg,LPARAM lParam,LPARAM
return 0; return 0;
} }
class CFileOper class CFileOper
{ {
public: public:
...@@ -313,4 +322,9 @@ protected: ...@@ -313,4 +322,9 @@ protected:
} }
}; };
} // namespace mfc
} // namespace win32
} // namespace jlib
#endif // !defined(AFX_FILEOPER_H__25D4B209_DAC6_4D93_98B2_692621E5508F__INCLUDED_) #endif // !defined(AFX_FILEOPER_H__25D4B209_DAC6_4D93_98B2_692621E5508F__INCLUDED_)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment