X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b3ae01bce4944c6d86a71f87626e41cad473d846..666767f623cc55cc4524e84c4fe0f64b3dbd8bf9:/include/xbt/base.h diff --git a/include/xbt/base.h b/include/xbt/base.h index 815a4d2492..c1ef5aeba9 100644 --- a/include/xbt/base.h +++ b/include/xbt/base.h @@ -56,7 +56,7 @@ # endif # undef _XBT_NEED_INIT_PRAGMA -#elif define(_MSC_VER) /* Microsoft Visual Thing */ +#elif defined(_MSC_VER) /* Microsoft Visual Thing */ # define XBT_ATTRIB_PRINTF( format_idx, arg_idx ) # define XBT_ATTRIB_SCANF( format_idx, arg_idx ) # define XBT_ATTRIB_NORETURN __declspec(noreturn) @@ -157,6 +157,7 @@ /* * Function calling convention (not used for now) + * http://unixwiz.net/techtips/win32-callconv.html <-- good documentation */ #ifdef _XBT_WIN32