Wrong status of gdi32

2013-10-08 Thread Akira Nakagawa
I found this page
http://www.nirsoft.net/dll_information/windows8/gdi32_dll.html shows
that gdi32 dll has more than 800 functions,but the spec file has only 500 .




Re: Wrong status of gdi32

2013-10-08 Thread C.W. Betts
Some of those are probably Wine-specific, and/or are forwarded from other DLLs.
On Oct 8, 2013, at 8:35 AM, Akira Nakagawa matyapir...@gmail.com wrote:

 I found this page shows that gdi32 dll has more than 800 functions,but the 
 spec file has only  500 .
 
 




Re: Wrong status of gdi32

2013-10-08 Thread Austin English
On Tue, Oct 8, 2013 at 11:54 AM, C.W. Betts computer...@hotmail.com wrote:
 Some of those are probably Wine-specific, and/or are forwarded from other
 DLLs.

 On Oct 8, 2013, at 8:35 AM, Akira Nakagawa matyapir...@gmail.com wrote:

 I found this page shows that gdi32 dll has more than 800 functions,but the
 spec file has only  500 .

That info is from the windows 8 dll, not wine's. Wine doesn't
implement the full win32 API, only what is needed to run applications.

If you've got an application that doesn't run because of a missing
gdi32 function, please report it to bugzilla: https://bugs.winehq.org

-- 
-Austin