Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
captainwong
jlib
Commits
a9b06556
Commit
a9b06556
authored
Oct 08, 2019
by
captainwong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
bfa51c34
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
log2.h
jlib/log2.h
+1
-0
FileOper.h
jlib/win32/mfc/FileOper.h
+14
-0
No files found.
jlib/log2.h
View file @
a9b06556
...
...
@@ -5,6 +5,7 @@
namespace
jlib
{
#define init_logger
#define JLOG_DBUG
#define JLOG_INFO
#define JLOG_WARN
#define JLOG_ERRO
...
...
jlib/win32/mfc/FileOper.h
View file @
a9b06556
...
...
@@ -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_)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment