kernel32: Stubs for GetLogicalProcessorInformation(Ex) (resent)

Paul Chitescu paulc at voip.null.ro
Mon Jul 19 07:37:46 CDT 2010


On Monday 19 July 2010 03:25:15 pm Alexandre Julliard wrote:
> Paul Chitescu <paulc at voip.null.ro> writes:
> 
> > @@ -3323,6 +3323,26 @@ HANDLE WINAPI GetCurrentProcess(void)
> >  }
> >  
> >  /***********************************************************************
> > + *           GetLogicalProcessorInformation     (KERNEL32.@)
> > + */
> > +BOOL WINAPI GetLogicalProcessorInformation(void *buffer, PDWORD pBufLen)
> 
> That's not the correct prototype.
> 
> -- 
> Alexandre Julliard
> julliard at winehq.org

The "buffer" argument is not to void but the corresponding structures and 
constants are missing in wine includes.

Would you want first to have that structures copied from MSDN?

Paul




More information about the wine-devel mailing list