Fixed in CVS.
> -----Original Message-----
> From: win32utils-devel-bounces rubyforge.org
> [mailto:win32utils-devel-bounces rubyforge.org] On Behalf Of
> noreply rubyforge.org
> Sent: Monday, August 21, 2006 5:44 AM
> To: noreply rubyforge.org
> Subject: [Win32utils-devel] [ win32utils-Bugs-5479 ]
> Incorrect SetLastErrordeclarations
>
>
> Bugs item #5479, was opened at 2006-08-21 07:43
> You can respond by visiting:
> http://rubyforge.org/tracker/?func=det
ail&atid=411&aid=5479&gr
oup_id=85
Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: Incorrect SetLastError declarations
Initial Comment:
windows-pr-0.5.3
lib\windows\error.rb
SetLastError = Win32API.new('kernel32',
'GetLastError', 'L', 'V')
SetLastErrorEx = Win32API.new('kernel32',
'GetLastError', 'LL', 'V')
Should import SetLastError instead of GetLastError.
------------------------------------------------------------
----------
You can respond by visiting:
http://rubyforge.org/tracker/
?func=detail&atid=411&aid=5479&group_id=85
_______________________________________________
win32utils-devel mailing list
win32utils-devel rubyforge.org
http://rubyforge.org/mailman/listinfo/win32utils-devel
This communication is the property of Qwest and may contain
confidential or
privileged information. Unauthorized use of this
communication is strictly
prohibited and may be unlawful. If you have received this
communication
in error, please immediately notify the sender by reply
e-mail and destroy
all copies of the communication and any attachments.
_______________________________________________
win32utils-devel mailing list
win32utils-devel rubyforge.org
http://rubyforge.org/mailman/listinfo/win32utils-devel
|