http://bugs.winehq.org/show_bug.cgi?id=25140
Summary: 1.3.7 fails to compile with an error in atl Product: Wine Version: 1.3.7 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: atl AssignedTo: wine-bugs@winehq.org ReportedBy: roman@rm.pp.ru
make[1]: Entering directory `/r/hdd/i/tmp/src/wine/git/dlls/atl' gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith -g -O2 -o registrar.o registrar.c registrar.c: In function ‘DllGetClassObject’: registrar.c:747: error: ‘CLSID_Registrar’ undeclared (first use in this function) registrar.c:747: error: (Each undeclared identifier is reported only once registrar.c:747: error: for each function it appears in.) registrar.c: In function ‘do_register_server’: registrar.c:796: error: ‘CLSID_Registrar’ undeclared (first use in this function) make[1]: *** [registrar.o] Error 1 make[1]: Leaving directory `/r/hdd/i/tmp/src/wine/git/dlls/atl' make: *** [dlls/atl] Error 2