Commit 7858719 1 parent c879841 commit 7858719 Copy full SHA for 7858719
File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 21
21
// //////////////////////////////////////////////////////////////////////////////////////////////
22
22
// Global Variables
23
23
24
- #define VERSION TEXT (" 1.5 " )
24
+ #define VERSION TEXT (" 1.6 " )
25
25
#if defined(_WIN64)
26
26
#define PLATFORM TEXT (" 64-bit" )
27
27
#else
@@ -1536,7 +1536,7 @@ BOOL PrintThumbnail(HWND hDlg, LPCTSTR lpszDocName)
1536
1536
LPCSTR lpbi = (LPCSTR)GlobalLock (hDib);
1537
1537
if (lpbi != NULL )
1538
1538
{
1539
- GetDIBDimensions (lpbi, &lWidth, &lHeight, TRUE );
1539
+ GetDibDimensions (lpbi, &lWidth, &lHeight, TRUE );
1540
1540
GlobalUnlock (hDib);
1541
1541
}
1542
1542
}
@@ -1649,7 +1649,7 @@ BOOL OnDrawItem(const LPDRAWITEMSTRUCT lpDrawItem)
1649
1649
LONG lSrcWidth = 0 ;
1650
1650
LONG lSrcHeight = 0 ;
1651
1651
1652
- GetDIBDimensions ((LPCSTR)lpbi, &lSrcWidth, &lSrcHeight, TRUE );
1652
+ GetDibDimensions ((LPCSTR)lpbi, &lSrcWidth, &lSrcHeight, TRUE );
1653
1653
1654
1654
if (lpDrawItem->itemState & ODS_SELECTED)
1655
1655
{
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2
2
<assembly xmlns =" urn:schemas-microsoft-com:asm.v1" manifestVersion =" 1.0" >
3
- <assemblyIdentity type =" win32" name =" Electron.ImgTools.BmpHeaderViewer" version =" 1.5 .0.6 " processorArchitecture =" x86" ></assemblyIdentity >
3
+ <assemblyIdentity type =" win32" name =" Electron.ImgTools.BmpHeaderViewer" version =" 1.6 .0.7 " processorArchitecture =" x86" ></assemblyIdentity >
4
4
<description >BMP Header Viewer</description >
5
5
<dependency >
6
6
<dependentAssembly >
Original file line number Diff line number Diff line change 86
86
MENUITEM SEPARATOR
87
87
MENUITEM "&Open with...", IDC_THUMB_OPENWITH
88
88
MENUITEM SEPARATOR
89
- MENUITEM "Color &Management ...", IDC_THUMB_ICM
89
+ MENUITEM "Color &management ...", IDC_THUMB_ICM
90
90
END
91
91
END
92
92
@@ -137,7 +137,7 @@ IDI_HEADERVIEWER ICON "BmpHeaderViewer.ico"
137
137
//
138
138
139
139
VS_VERSION_INFO VERSIONINFO
140
- FILEVERSION 1,5 ,0,6
140
+ FILEVERSION 1,6 ,0,7
141
141
PRODUCTVERSION 1,0,0,0
142
142
FILEFLAGSMASK 0x3fL
143
143
#ifdef _DEBUG
@@ -156,7 +156,7 @@ BEGIN
156
156
VALUE "Comments", "Windows Bitmap header viewer"
157
157
VALUE "CompanyName", "Electron"
158
158
VALUE "FileDescription", "BMP Header Viewer"
159
- VALUE "FileVersion", "1.5 .0.6 "
159
+ VALUE "FileVersion", "1.6 .0.7 "
160
160
VALUE "InternalName", "BmpHeaderViewer"
161
161
VALUE "LegalCopyright", "Copyright � 2024 by W. Rolke"
162
162
VALUE "OriginalFilename", "BmpHeaderViewer.exe"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2
2
<assembly xmlns =" urn:schemas-microsoft-com:asm.v1" manifestVersion =" 1.0" >
3
- <assemblyIdentity type =" win32" name =" Electron.ImgTools.BmpHeaderViewer" version =" 1.5 .0.6 " processorArchitecture =" amd64" ></assemblyIdentity >
3
+ <assemblyIdentity type =" win32" name =" Electron.ImgTools.BmpHeaderViewer" version =" 1.6 .0.7 " processorArchitecture =" amd64" ></assemblyIdentity >
4
4
<description >BMP Header Viewer</description >
5
5
<dependency >
6
6
<dependentAssembly >
You can’t perform that action at this time.
0 commit comments