Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change the way we identify opened files. The same process on the same
[simgrid.git] / include / xbt / base.h
index 815a4d2..c1ef5ae 100644 (file)
@@ -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)
 
 /*
  * Function calling convention (not used for now)
+ * http://unixwiz.net/techtips/win32-callconv.html <-- good documentation
  */
 
 #ifdef _XBT_WIN32