From 49c66599a16037090462b50df22bc1c7f14db56b Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 7 Aug 2007 19:56:33 +0000 Subject: [PATCH] Comment windows cruft, which does not compile anyway (may need some extra love to actually export those symbols) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4023 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- include/xbt/log.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/include/xbt/log.h b/include/xbt/log.h index 70d1d67324..f98ba80c20 100644 --- a/include/xbt/log.h +++ b/include/xbt/log.h @@ -161,6 +161,7 @@ typedef enum { * (used by macros that don't explicitly specify a category). */ + /* #if (defined(_WIN32) && !defined(DLL_STATIC)) # define XBT_LOG_NEW_ROOT_SUBCATEGORY(cname,desc) \ XBT_EXPORT_NO_IMPORT(s_xbt_log_category_t) _XBT_LOGV(cname) = { \ @@ -168,16 +169,17 @@ typedef enum { #cname, xbt_log_priority_uninitialized, 1, \ 0, 1 \ } - # define XBT_LOG_NEW_DEFAULT_CATEGORY(cname,desc) \ XBT_LOG_NEW_ROOT_SUBCATEGORY(cname,desc); \ XBT_LOG_DEFAULT_CATEGORY(cname) #else +*/ # define XBT_LOG_NEW_DEFAULT_CATEGORY(cname,desc) \ XBT_LOG_NEW_CATEGORY(cname,desc); \ - XBT_LOG_DEFAULT_CATEGORY(cname) -#endif + XBT_LOG_DEFAULT_CATEGORY(cname) + +//#endif -- 2.20.1