reactos/dll/directx/wine/wined3d/roshacks.txt
Art Yerkes c501d8112c Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
2008-08-01 11:32:26 +00:00

13 lines
238 B
Plaintext

Note
directx.c
-----------
gdi32.dll to opengl32.dll
comment out line 186 as well in function
WineD3D_ReleaseFakeGLContext
row pwglDeleteContext(glCtx);
wined3d_private.h
------------------
add #define ceilf(x) (float)ceil((double)x)