I get this:<br>registrar.c: In function ‘DllGetClassObject’:<br>registrar.c:747:18: error: ‘CLSID_Registrar’ undeclared (first use in this function)<br>registrar.c:747:18: note: each undeclared identifier is reported only once for each function it appears in<br>
registrar.c: In function ‘do_register_server’:<br>registrar.c:796:22: error: ‘CLSID_Registrar’ undeclared (first use in this function)<br>make[1]: *** [registrar.o] Error 1<br>make[1]: Leaving directory `/home/luca/wine-git/dlls/atl&#39;<br>
make: *** [dlls/atl] Error 2<br>make: *** Waiting for unfinished jobs....<br><br>I&#39;m compiling with &quot;CFLAGS=&#39; -g -O0 -pipe&#39; CXXFLAGS=&#39; -g -O0 -pipe&#39; ./configure --prefix=/usr --sysconfdir=/etc --with-x --without-capi --without-gsm --without-icns&quot; after a make distclean<br>
What&#39;s wrong here?<br>