Skip to content

Commit 335d22f

Browse files
SSPIClient - version number alignment
1 parent aad026c commit 335d22f

File tree

6 files changed

+3
-10
lines changed

6 files changed

+3
-10
lines changed

SSPIClient/Debug/SSPIClient.ilk

2.61 KB
Binary file not shown.

SSPIClient/Debug/SSPIClient.log

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
 SSPIClientDlg.cpp
2-
c:\git\css_sql_networking_tools\sspiclient\sspiclientdlg.cpp(479): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
3-
c:\program files (x86)\windows kits\10\include\10.0.17763.0\um\winsock2.h(1831): note: see declaration of 'inet_addr'
4-
c:\git\css_sql_networking_tools\sspiclient\sspiclientdlg.cpp(483): warning C4996: 'gethostbyname': Use getaddrinfo() or GetAddrInfoW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
5-
c:\program files (x86)\windows kits\10\include\10.0.17763.0\um\winsock2.h(2219): note: see declaration of 'gethostbyname'
6-
c:\git\css_sql_networking_tools\sspiclient\sspiclientdlg.cpp(516): warning C4996: 'gethostbyaddr': Use getnameinfo() or GetNameInfoW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7-
c:\program files (x86)\windows kits\10\include\10.0.17763.0\um\winsock2.h(2197): note: see declaration of 'gethostbyaddr'
8-
SSPIClient.vcxproj -> C:\Git\CSS_SQL_Networking_Tools\SSPIClient\.\Debug\SSPIClient.exe
1+
 SSPIClient.vcxproj -> C:\Git\CSS_SQL_Networking_Tools\SSPIClient\.\Debug\SSPIClient.exe

SSPIClient/Debug/SSPIClient.pdb

0 Bytes
Binary file not shown.

SSPIClient/Debug/SSPIClient.res

0 Bytes
Binary file not shown.
470 Bytes
Binary file not shown.

SSPIClient/SSPIClient.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ END
106106
//
107107

108108
VS_VERSION_INFO VERSIONINFO
109-
FILEVERSION 2021,8,13,3
110-
PRODUCTVERSION 2021,8,13,3
109+
FILEVERSION 2022,10,7,3
110+
PRODUCTVERSION 2022,10,7,3
111111
FILEFLAGSMASK 0x3fL
112112
#ifdef _DEBUG
113113
FILEFLAGS 0x1L

0 commit comments

Comments
 (0)