Displaying 3 results from an estimated 3 matches for "adsiid".
Did you mean:
adiid
2008 Nov 19
7
Appiing patches to wine GIT
I have never applied patches to wine, so i have a question:
I downloaded wine git , then copied cursor-patches-1.1.8.patch to wine source dir, then
When i entered
$patch -p1 < cursor-patches-1.1.8.patch
#receive
$Reversed (or previously applied) patch detected! Assume -R? [n]
Does it miens that patch no needed? Already installed?
2009 Dec 26
3
Unable to compile wine on WinXP with Cygwin
.../wine-git/tools'
make[1]: Entering directory `/home/Alex/wine-git/include'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/Alex/wine-git/include'
make[1]: Entering directory `/home/Alex/wine-git/dlls'
make[2]: Entering directory `/home/Alex/wine-git/dlls/adsiid'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/Alex/wine-git/dlls/adsiid'
make[2]: Entering directory `/home/Alex/wine-git/dlls/dxerr8'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/Alex/wine-git/dlls/dxerr8'
make[2]: Ent...
2008 Mar 07
0
Wine release 0.9.57
...lguid.h.
user32: Add test for calling CreateDesktop on already created desktop name.
uuid: Add CLSID_InProcFreeMarshaler.
include: Add defines for GetExceptionCode, GetExceptionInformation and AbnormalTermination to excpt.h for the MS compiler when using compiler exceptions.
adsiid: Add static import library for active directory GUIDs.
Roderick Colenbrander (10):
wined3d: Request alpha in backbuffer mode, to work correctly with multiple opengl pixel formats.
wgl: Remove the pixel format limitation.
wgl: Remove unneeded opengl initialisation code at wine sta...