Skip to content
Snippets Groups Projects
Commit a2541426 authored by Rene Brun's avatar Rene Brun
Browse files

From Axel:

Add CPP macro needed against MSVC9 warnings on missing declaration attributes of math funcs.


git-svn-id: http://root.cern.ch/svn/root/trunk@23517 27541ba8-7e3a-0410-8455-c3a389f83636
parent 6fb113e1
No related merge requests found
...@@ -73,6 +73,7 @@ ...@@ -73,6 +73,7 @@
#define _CRT_SECURE_NO_DEPRECATE 1 #define _CRT_SECURE_NO_DEPRECATE 1
#define _SECURE_SCL 0 #define _SECURE_SCL 0
#define _HAS_ITERATOR_DEBUGGING 0 #define _HAS_ITERATOR_DEBUGGING 0
#define _USE_ATTRIBUTES_FOR_SAL 0
#endif #endif
#endif // _WIN32 #endif // _WIN32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment