diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-04-29 17:13:44 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-04-29 17:13:44 (GMT) |
commit | 7ca0eb8bbc8fcf86f713e30b27cea0b772da34d3 (patch) | |
tree | babf180f2661a4c49c977f741fccb992e85b2d9a /Source/MFCDialog | |
parent | 56f960296f45e770814442bd7e221767f5584339 (diff) | |
download | CMake-7ca0eb8bbc8fcf86f713e30b27cea0b772da34d3.zip CMake-7ca0eb8bbc8fcf86f713e30b27cea0b772da34d3.tar.gz CMake-7ca0eb8bbc8fcf86f713e30b27cea0b772da34d3.tar.bz2 |
ENH: remove warning
Diffstat (limited to 'Source/MFCDialog')
-rw-r--r-- | Source/MFCDialog/StdAfx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/MFCDialog/StdAfx.h b/Source/MFCDialog/StdAfx.h index 1836c9d..6169ea9 100644 --- a/Source/MFCDialog/StdAfx.h +++ b/Source/MFCDialog/StdAfx.h @@ -21,6 +21,7 @@ #if !defined(AFX_STDAFX_H__AC17A6F8_4634_11D4_8F21_00A0CC33FCD3__INCLUDED_) #define AFX_STDAFX_H__AC17A6F8_4634_11D4_8F21_00A0CC33FCD3__INCLUDED_ +#define WINVER 0x0400 #if _MSC_VER > 1000 #pragma once |