> Win32API.rb remains in 1.9, and will be removed in 2.0. > > > Regards, > -- > U.Nakamura <usa / garbagecollect.jp> Thank you for the clarity. Is it valid to assume that registry.rb, sspi.rb, resolv.rb from ext/dl/win32/lib/win32 will remain in 2.0 as they (except for sspi.rb which currently requires Win32API) all "require dl/import" rather than Win32API? Jon