Update of /cvsroot/gcblue/gcb_wx/include/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17021
Modified Files:
math_constants.h
Log Message:
added ifdef MSV for #pragma once instruction
Index: math_constants.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/common/math_constants.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** math_constants.h 4 Dec 2003 22:31:52 -0000 1.4
--- math_constants.h 28 Mar 2004 11:25:48 -0000 1.5
***************
*** 21,26 ****
#define _MATHCONSTANTS_H_
!
#pragma once
#define C_TWOPI 6.2831853f
--- 21,27 ----
#define _MATHCONSTANTS_H_
! #if _MSC_VER > 1000
#pragma once
+ #endif // _MSC_VER > 1000
#define C_TWOPI 6.2831853f
|