Module: wine Branch: master Commit: acc1dd11cb7cb6a95f1801d8f591addab8ea9eae URL: http://source.winehq.org/git/wine.git/?a=commit;h=acc1dd11cb7cb6a95f1801d8f5...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Mar 11 15:38:21 2008 +0100
uuid: Avoid some guids that shouldn't be defined in libuuid.
---
dlls/uuid/uuid.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/dlls/uuid/uuid.c b/dlls/uuid/uuid.c index c53238f..32f953b 100644 --- a/dlls/uuid/uuid.c +++ b/dlls/uuid/uuid.c @@ -50,7 +50,9 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0); #include "shldisp.h" #include "comcat.h" #include "urlmon.h" +#define _NO_AUTHOR_GUIDS #include "activaut.h" +#define _NO_SCRIPT_GUIDS #include "activscp.h" #include "dispex.h" #include "mlang.h"