sources/basics.h

changeset 85
ed61569c501f
parent 73
07dda51a7a8e
child 87
53c2aecb9704
--- a/sources/basics.h	Tue May 26 18:46:24 2015 +0300
+++ b/sources/basics.h	Wed May 27 21:42:47 2015 +0300
@@ -32,6 +32,10 @@
 #include <algorithm>
 #include <functional>
 
+#ifndef _MSC_VER
+# define __cdecl
+#endif
+
 #define FUNCTION auto
 #define STATIC
 #define METHOD auto

mercurial