[fpc-pascal] GetVersionEx - Issue with lpVersionInformation variable
Justin Smyth
delphian at smythconsulting.net
Fri Jan 22 05:19:45 CET 2010
Guys
I've been looking at lpVersionInformation in GetVersionEx which is defined as TOSVersionInfo in redef.inc , and in delphi its defined as TOSVersionInfoEx in jclwin32.pas in jvcl ( function GetVersionEx(var lpVersionInformation: TOSVersionInfoEx): BOOL; stdcall; overload; is how its defined)
any idea's ? should i create my own bit for this and change the lpVersionInformation varable to match the JCL version ? ( will this work )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20100122/b0ebea3e/attachment.html>
More information about the fpc-pascal
mailing list