Ivan Sinitsin wrote: > This patch add new library to the project wine. Name of the library > is - "wbemprox.dll".This library is a part of WMI technology. Now there four > interfaces are described - "IWbemLocator, IWbemServices, > IEnumWbemClassObject, IWbemClassObject". Almost all methods are stubs. > This library is used with some programs like "1C", to get some information > about system. > > static struct regsvr_interface const interface_list[] = { >+ { &IID_IWbemLocator, >+ "IWbemLocator", >+ NULL, >+ 1, /*ÞÉÓÌÏ ÍÅÔÏÄÏ×*/ Comment should be in English.
>#define _WIN32_WINNT 0x0600 > >#ifndef __wbemprox_PRIVATE_H__ Defining _WIN32_WINNT doesn't seem right. This patches is large, try breaking it up. Best Regards Alistair Leslie-Hughes