Boost logo

Boost-Commit :

From: john.groups_at_[hidden]
Date: 2007-10-30 11:28:28


Author: jtorjo
Date: 2007-10-30 11:28:27 EDT (Tue, 30 Oct 2007)
New Revision: 40607
URL: http://svn.boost.org/trac/boost/changeset/40607

Log:
v0.9.6, 30 oct 2007
- removed garbage from stdafx.h files - so that it can be compiled under Linux

Text files modified:
   sandbox/logging/lib/logging/samples/basic_usage/stdafx.h | 7 -------
   sandbox/logging/lib/logging/samples/vc8/loggingvc8/stdafx.h | 6 ------
   2 files changed, 0 insertions(+), 13 deletions(-)

Modified: sandbox/logging/lib/logging/samples/basic_usage/stdafx.h
==============================================================================
--- sandbox/logging/lib/logging/samples/basic_usage/stdafx.h (original)
+++ sandbox/logging/lib/logging/samples/basic_usage/stdafx.h 2007-10-30 11:28:27 EDT (Tue, 30 Oct 2007)
@@ -3,14 +3,7 @@
 // are changed infrequently
 //
 
-#pragma once
-
-#ifndef _WIN32_WINNT // Allow use of features specific to Windows XP or later.
-#define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target other versions of Windows.
-#endif
-
 #include <stdio.h>
-#include <tchar.h>
 
 
 

Modified: sandbox/logging/lib/logging/samples/vc8/loggingvc8/stdafx.h
==============================================================================
--- sandbox/logging/lib/logging/samples/vc8/loggingvc8/stdafx.h (original)
+++ sandbox/logging/lib/logging/samples/vc8/loggingvc8/stdafx.h 2007-10-30 11:28:27 EDT (Tue, 30 Oct 2007)
@@ -3,14 +3,8 @@
 // are changed infrequently
 //
 
-#pragma once
-
-#ifndef _WIN32_WINNT // Allow use of features specific to Windows XP or later.
-#define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target other versions of Windows.
-#endif
 
 #include <stdio.h>
-#include <tchar.h>
 
 
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk