mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-29 11:53:23 +08:00
[0.1.x] + debug sing in version
git-svn-id: https://pykd.svn.codeplex.com/svn@77428 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
9a007db764
commit
7ca77dd104
@ -26,7 +26,11 @@ using namespace pykd;
|
|||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
static const std::string pykdVersion = PYKD_VERSION_BUILD_STR;
|
static const std::string pykdVersion = PYKD_VERSION_BUILD_STR
|
||||||
|
#ifdef _DEBUG
|
||||||
|
" <DBG>"
|
||||||
|
#endif // _DEBUG
|
||||||
|
;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user