The MASM Forum

Specialised Projects => Compiler Based Assembler => Assembler With Microsoft Visual C => Topic started by: herge on July 06, 2015, 07:28:58 AM

Title: _CRT_SECURE_NO_WARNINGS
Post by: herge on July 06, 2015, 07:28:58 AM
Hii:

Edit stdafx.h


// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//

#pragma once
#define _CRT_SECURE_NO_WARNINGS
#include "targetver.h"

#include <stdio.h>
#include <tchar.h>



// TODO: reference additional headers your program requires here



Enjoy the Silence of your Builds

Regards Herge