[Dsmyth-checkins] SF.net SVN: dsmyth: [546] trunk/MythTVReader/NuvConv/stdafx.h
Brought to you by:
tobbej
From: <to...@us...> - 2007-07-15 11:47:29
|
Revision: 546 http://svn.sourceforge.net/dsmyth/?rev=546&view=rev Author: tobbej Date: 2007-07-15 04:47:26 -0700 (Sun, 15 Jul 2007) Log Message: ----------- get rid of some warnings Modified Paths: -------------- trunk/MythTVReader/NuvConv/stdafx.h Modified: trunk/MythTVReader/NuvConv/stdafx.h =================================================================== --- trunk/MythTVReader/NuvConv/stdafx.h 2007-07-12 16:19:58 UTC (rev 545) +++ trunk/MythTVReader/NuvConv/stdafx.h 2007-07-15 11:47:26 UTC (rev 546) @@ -51,6 +51,9 @@ // turns off MFC's hiding of some common and often safely ignored warning messages #define _AFX_ALL_WARNINGS +//dont deprecate old stuff, atl uses those +#define STRSAFE_NO_DEPRECATE + #include <afxwin.h> // MFC core and standard components #include <afxext.h> // MFC extensions #include <afxdisp.h> // MFC Automation classes This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |