[Mobies-commit] [commit] r4258 - UDM/trunk/src/UML GME/Interpreter

ksmyth at redhat3.isis.vanderbilt.edu ksmyth at redhat3.isis.vanderbilt.edu
Tue Mar 4 15:35:21 CST 2014


Author: ksmyth
Date: Tue Mar  4 15:35:21 2014
New Revision: 4258

Log:
Fix warning

Modified:
   UDM/trunk/src/UML GME/Interpreter/StdAfx.h

Modified: UDM/trunk/src/UML GME/Interpreter/StdAfx.h
==============================================================================
--- UDM/trunk/src/UML GME/Interpreter/StdAfx.h	Tue Mar  4 15:35:12 2014	(r4257)
+++ UDM/trunk/src/UML GME/Interpreter/StdAfx.h	Tue Mar  4 15:35:21 2014	(r4258)
@@ -2,12 +2,9 @@
 //      or project specific include files that are used frequently,
 //      but are changed infrequently
 
-#if !defined(AFX_STDAFX_H__C4EFDDFC_C095_4509_B571_632F0986D162__INCLUDED_)
-#define AFX_STDAFX_H__C4EFDDFC_C095_4509_B571_632F0986D162__INCLUDED_
-
-#if _MSC_VER > 1000
 #pragma once
-#endif // _MSC_VER > 1000
+
+#define _CRT_NONSTDC_NO_DEPRECATE
 
 #define STRICT
 #ifndef _WIN32_WINNT
@@ -38,5 +35,3 @@
 #include "UdmBase.h"
 #include "Uml.h"
 #include "UmlExt.h"
-
-#endif // !defined(AFX_STDAFX_H__C4EFDDFC_C095_4509_B571_632F0986D162__INCLUDED)


More information about the Mobies-commit mailing list