Skip to content

Commit 234ae34

Browse files
committed
version 0.76_02
see Changes
1 parent 4b09364 commit 234ae34

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

API.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ my %Procedures = ();
7777
# dynamically load in the API extension module.
7878
# BEGIN required for constant subs in BOOT:
7979
BEGIN {
80-
$VERSION = '0.76_01';
80+
$VERSION = '0.76_02';
8181
bootstrap Win32::API;
8282
}
8383

Callback.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use strict;
1616
use warnings;
1717
use vars qw( $VERSION @ISA $Stage2FuncPtrPkd );
1818

19-
$VERSION = '0.76_01';
19+
$VERSION = '0.76_02';
2020

2121

2222
require Exporter; # to export the constants to the main:: space

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
History of Win32::API perl extension.
22

3-
2013-??-?? Win32::API v0.76_?? bulk88
3+
2013-06-27 Win32::API v0.76_02 bulk88
44
- Fixed, on 32 bits, Call_asm since 0.76_01, in Visual Studio, even with
55
symbols loaded, lost the the part of the call stack behind Call_asm in VS
66
debugger, while in the body of Call_asm, in a crash this made debugging

MANIFEST

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ API.pm
1818
API.xs
1919
API_test.dll
2020
API_test64.dll
21+
Call.c
2122
call_asm_x64_gnu.s
2223
call_asm_x64_msvc.asm
2324
call_asm_x86_msvc.asm
25+
call_i686.c
2426
call_i686.h
2527
call_x86_64.h
2628
Callback.pm
@@ -70,6 +72,7 @@ t/pod.t
7072
t/v69.t
7173
t/v70.t
7274
t/v71.t
75+
t/v76.t
7376
Test.pm
7477
TODO
7578
Type.pm

0 commit comments

Comments
 (0)