Francois Gouget : quartz: assert.h is not a local include.

Alexandre Julliard julliard at winehq.org
Mon Jul 28 08:07:11 CDT 2008


Module: wine
Branch: master
Commit: a516f27c2f5bc4d3c5bf90765a08e078813ed5bd
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a516f27c2f5bc4d3c5bf90765a08e078813ed5bd

Author: Francois Gouget <fgouget at 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"
 




More information about the wine-cvs mailing list