summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Konojacki <me@xenu.pl>2021-03-13 01:18:19 +0100
committerTomasz Konojacki <me@xenu.pl>2021-03-13 01:18:19 +0100
commit6342a5df05996df376483301fe2440c8230a688d (patch)
tree8ddf7d2fa034527849d425146f1646a4c0f564ba
parent70d42808c1af2d989568601f4e1a45ea05102d50 (diff)
downloadperl-6342a5df05996df376483301fe2440c8230a688d.tar.gz
Update Win32 from version 0.56 to 0.57
-rw-r--r--cpan/Win32/Win32.pm2
-rw-r--r--cpan/Win32/Win32.xs2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Win32/Win32.pm b/cpan/Win32/Win32.pm
index ac4b0bcd60..1092c5ab52 100644
--- a/cpan/Win32/Win32.pm
+++ b/cpan/Win32/Win32.pm
@@ -8,7 +8,7 @@ package Win32;
require DynaLoader;
@ISA = qw|Exporter DynaLoader|;
- $VERSION = '0.56';
+ $VERSION = '0.57';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
diff --git a/cpan/Win32/Win32.xs b/cpan/Win32/Win32.xs
index b65c231c88..ca7519f0d6 100644
--- a/cpan/Win32/Win32.xs
+++ b/cpan/Win32/Win32.xs
@@ -30,7 +30,7 @@ typedef int (__stdcall *PFNDllUnregisterServer)(void);
typedef BOOL (__stdcall *PFNIsUserAnAdmin)(void);
typedef BOOL (WINAPI *PFNGetProductInfo)(DWORD, DWORD, DWORD, DWORD, DWORD*);
typedef void (WINAPI *PFNGetNativeSystemInfo)(LPSYSTEM_INFO lpSystemInfo);
-typedef LONG (*PFNRegGetValueA)(HKEY, LPCSTR, LPCSTR, DWORD, LPDWORD, PVOID, LPDWORD);
+typedef LONG (WINAPI *PFNRegGetValueA)(HKEY, LPCSTR, LPCSTR, DWORD, LPDWORD, PVOID, LPDWORD);
#ifndef CSIDL_MYMUSIC
# define CSIDL_MYMUSIC 0x000D