File tree 4 files changed +9
-7
lines changed
4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 23
23
#include " MainFrame.h"
24
24
#include " LogView.h"
25
25
#include " RenameProcessDlg.h"
26
- #include " VersionHelpers.h"
26
+ // #include "VersionHelpers.h" // IsWindows10OrGreater ??
27
27
28
28
namespace fusion {
29
29
namespace debugviewpp {
@@ -1262,8 +1262,10 @@ LRESULT CLogView::OnCustomDraw(NMHDR* pnmh)
1262
1262
{
1263
1263
// bool isWin10 = IsWindows10OrGreater();
1264
1264
1265
+ #ifndef _WIN64
1265
1266
// if (!isWin10)
1266
- // return CDRF_DODEFAULT;
1267
+ return CDRF_DODEFAULT;
1268
+ #endif
1267
1269
1268
1270
LPNMLVCUSTOMDRAW lplvcd = (LPNMLVCUSTOMDRAW)pnmh;
1269
1271
if (lplvcd->nmcd .dwDrawStage == CDDS_PREPAINT)
Original file line number Diff line number Diff line change 1
- #define VERSION 1,8,0,41
2
- #define VERSION_STR "1.8.0.41 "
1
+ #define VERSION 1,8,0,44
2
+ #define VERSION_STR "1.8.0.44 "
Original file line number Diff line number Diff line change 3
3
<?define ProductVersion .Major=" 1" ?>
4
4
<?define ProductVersion .Minor=" 8" ?>
5
5
<?define ProductVersion .Revision=" 0" ?>
6
- <?define ProductVersion .Build=" 41 " ?>
7
- <?define ProductVersion =" 1.8.0.41 " ?>
6
+ <?define ProductVersion .Build=" 44 " ?>
7
+ <?define ProductVersion =" 1.8.0.44 " ?>
8
8
</Include >
Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ if not exist %upx_bin% (
36
36
:: notice we pack the win32 .vsix in any case (so also in x64 builds), and this is correct.
37
37
38
38
:zip
39
- %zip_bin% -j %bin_dir% \DebugView++.zip %bin_dir% \DebugView++.exe %bin_dir% \DebugViewConsole.exe %project_dir% \release\*.vsix
39
+ %zip_bin% -j %bin_dir% \DebugView++.zip %bin_dir% \DebugView++.exe %bin_dir% \DebugView++*.pdb %bin_dir% \ DebugViewConsole.exe %project_dir% \release\*.vsix
40
40
41
41
:exit
You can’t perform that action at this time.
0 commit comments