Fix VS 2005 compatibility issue
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1665 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
		@@ -33,6 +33,7 @@ Abstract:
 | 
				
			|||||||
--*/
 | 
					--*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "SecMain.h"
 | 
					#include "SecMain.h"
 | 
				
			||||||
 | 
					#pragma warning(disable : 4996)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//
 | 
					//
 | 
				
			||||||
// Globals
 | 
					// Globals
 | 
				
			||||||
@@ -1167,3 +1168,5 @@ _ModuleEntryPoint (
 | 
				
			|||||||
  )
 | 
					  )
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#pragma warning(default : 4996)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user