From 06dc5b2c67ad5bee2a05e0cd2b7b508d956cc39a Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Wed, 7 Mar 2012 20:09:39 +0000 Subject: DWORD_PTR typedef after --- win/tclWinPort.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/win/tclWinPort.h b/win/tclWinPort.h index 06d7dc6..dd42340 100644 --- a/win/tclWinPort.h +++ b/win/tclWinPort.h @@ -18,12 +18,6 @@ # include "tclInt.h" #endif -/* Compatibility to older visual studio / windows platform SDK */ -#if !defined(MAXULONG_PTR) -typedef DWORD DWORD_PTR; -typedef DWORD_PTR * PDWORD_PTR; -#endif - #ifdef CHECK_UNICODE_CALLS # define _UNICODE # define UNICODE @@ -73,6 +67,12 @@ typedef DWORD_PTR * PDWORD_PTR; #include #undef WIN32_LEAN_AND_MEAN +/* Compatibility to older visual studio / windows platform SDK */ +#if !defined(MAXULONG_PTR) +typedef DWORD DWORD_PTR; +typedef DWORD_PTR * PDWORD_PTR; +#endif + /* * Ask for the winsock function typedefs, also. */ -- cgit v0.12