From dcf3ee0d04be98f078a8c09cbaae7bf13d64f69c Mon Sep 17 00:00:00 2001 From: petasis Date: Tue, 3 Aug 2010 19:35:06 +0000 Subject: Fixes for UNICODE --- Changelog | 3 +++ configure.in | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 3eb2a0c..81ee295 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +2010-08-03 Petasis George + * win/OleDND.h: Fixes for compiling with UNICODE & _UNICODE. + 2010-07-28 Petasis George * win/Makefile: Updated. diff --git a/configure.in b/configure.in index c28d03c..dad30f3 100644 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ dnl to configure the system for the local environment. # so you can encode the package version directly into the source files. #----------------------------------------------------------------------- -AC_INIT([tkdnd], [2.1]) +AC_INIT([tkdnd], [2.2]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. @@ -94,6 +94,7 @@ TEA_ADD_TCL_SOURCES([library/tkdnd_compat.tcl library/tkdnd.tcl library/tkdnd_un #-------------------------------------------------------------------- if test "${TEA_PLATFORM}" = "windows" ; then + TEA_ADD_CFLAGS([-DUNICODE -D_UNICODE]) TEA_ADD_SOURCES([win/TkDND_OleDND.cpp]) TEA_ADD_LIBS(kernel32.lib user32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib) -- cgit v0.12