Tkabber contrib

Check-in [fb54407b1f]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:windns: fix compilation with MinGW-w64
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: fb54407b1faaed159fc817227343538998e9d091
User & Date: vitalyster 2015-04-03 08:31:57.874
Context
2015-04-12
19:00
Removed dropped variable tk_borderwidth. check-in: 564eb5731b user: sgolovan tags: trunk
2015-04-03
08:31
windns: fix compilation with MinGW-w64 check-in: fb54407b1f user: vitalyster tags: trunk
07:11
windns: get correct DNS servers on Windows check-in: 4865d4b41a user: vitalyster tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to windns/windns.c.
1
2
3
4
5
6
7
8
9
10
11
12
#include <tcl.h>
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <WinDNS.h>
#include <winsock.h>
#include <Iphlpapi.h>

/* Code taken from win/tkWinTest.c of Tk
 *----------------------------------------------------------------------
 *
 * AppendSystemError --
 *




|







1
2
3
4
5
6
7
8
9
10
11
12
#include <tcl.h>
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <WinDNS.h>
#include <winsock2.h>
#include <Iphlpapi.h>

/* Code taken from win/tkWinTest.c of Tk
 *----------------------------------------------------------------------
 *
 * AppendSystemError --
 *