[libwin32] r542 committed - Include file <wchar.h> needed for MinGW/Cygwin compilation

2 views
Skip to first unread message

libw...@googlecode.com

unread,
Jan 13, 2011, 9:02:28 PM1/13/11
to libwin32...@googlegroups.com
Revision: 542
Author: dubiously
Date: Thu Jan 13 18:01:21 2011
Log: Include file <wchar.h> needed for MinGW/Cygwin compilation
http://code.google.com/p/libwin32/source/detail?r=542

Modified:
/trunk/Win32-Clipboard/ChangeLog
/trunk/Win32-Clipboard/Clipboard.pm
/trunk/Win32-Clipboard/Clipboard.xs
/trunk/Win32-Clipboard/META.yml
/trunk/Win32-Clipboard/README

=======================================
--- /trunk/Win32-Clipboard/ChangeLog Tue Aug 19 13:01:49 2008
+++ /trunk/Win32-Clipboard/ChangeLog Thu Jan 13 18:01:21 2011
@@ -1,3 +1,8 @@
+2011-01-13
+ - version 0.56
+ - include file <wchar.h> needed for MinGW/Cygwin compilation
+ (Rafael Kitover). [rt#64715]
+
2008-08-19
- version 0.55
- documentation for GetAs(CF_UNICODETEXT) suggested by Neilay Dedhia.
=======================================
--- /trunk/Win32-Clipboard/Clipboard.pm Tue Aug 19 13:01:49 2008
+++ /trunk/Win32-Clipboard/Clipboard.pm Thu Jan 13 18:01:21 2011
@@ -3,7 +3,7 @@
#
# Win32::Clipboard - Interaction with the Windows clipboard
#
-# Version: 0.55
+# Version: 0.56
# Author: Aldo Calpini <da...@perl.it>
#
# Modified by: Hideyo Imazu <him...@gmail.com>
@@ -53,7 +53,7 @@
}


-$VERSION = "0.55";
+$VERSION = "0.56";

sub new {
my($class, $value) = @_;
=======================================
--- /trunk/Win32-Clipboard/Clipboard.xs Tue Aug 19 13:01:49 2008
+++ /trunk/Win32-Clipboard/Clipboard.xs Thu Jan 13 18:01:21 2011
@@ -3,7 +3,7 @@
#
# Win32::Clipboard - Interaction with the Windows clipboard
#
-# Version: 0.55
+# Version: 0.56
# Created: 19 Nov 96
# Author: Aldo Calpini <da...@perl.it>
#
@@ -19,6 +19,7 @@
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <string.h>
+#include <wchar.h>
#include <winuser.h>
#include <shellapi.h>

=======================================
--- /trunk/Win32-Clipboard/META.yml Tue Aug 19 13:01:49 2008
+++ /trunk/Win32-Clipboard/META.yml Thu Jan 13 18:01:21 2011
@@ -1,7 +1,7 @@
--- #YAML:1.0
name: Win32-Clipboard
abstract: Interaction with the Windows clipboard
-version: 0.55
+version: 0.56
author:
- Aldo Calpini <da...@perl.it>
- Hideyo Imazu <him...@gmail.com>
=======================================
--- /trunk/Win32-Clipboard/README Tue Aug 19 13:01:49 2008
+++ /trunk/Win32-Clipboard/README Thu Jan 13 18:01:21 2011
@@ -4,7 +4,7 @@
#
# Author: Aldo Calpini <da...@perl.it>
# Modified by: Hideyo Imazu <h...@imazu.net>
-# Version: 0.55
+# Version: 0.56
# Info:
# http://dada.perl.it
# http://www.perl.com/CPAN/authors/Aldo_Calpini

Reply all
Reply to author
Forward
0 new messages