Francois Gouget : quartz: assert.h is not a local include.
28 Jul
2008
28 Jul
'08
1:07 p.m.
Module: wine Branch: master Commit: a516f27c2f5bc4d3c5bf90765a08e078813ed5bd URL: http://source.winehq.org/git/wine.git/?a=commit;h=a516f27c2f5bc4d3c5bf90765a... Author: Francois Gouget <fgouget(a)free.fr> Date: Sat Jul 26 19:12:32 2008 +0200 quartz: assert.h is not a local include. --- dlls/quartz/videorenderer.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/quartz/videorenderer.c b/dlls/quartz/videorenderer.c index 629ad1d..c7d6582 100644 --- a/dlls/quartz/videorenderer.c +++ b/dlls/quartz/videorenderer.c @@ -37,7 +37,7 @@ #include "ddraw.h" #include "dvdmedia.h" -#include "assert.h" +#include <assert.h> #include "wine/unicode.h" #include "wine/debug.h"
6443
Age (days ago)
6443
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard