From 201ba1f5c3d6ee6324db82bde109a310fdb2d04d Mon Sep 17 00:00:00 2001 From: KUDr Date: Fri, 26 Jan 2007 11:38:07 +0000 Subject: (svn r8414) -Codechange: Use own AutoPtrT instead of std::auto_ptr. -Simplifies assignment from raw pointers -Should be harder to crash the program by incorrect assignment into it. -Should help with MorphOS compilation errors --- projects/openttd_vs80.vcproj | 3 +++ 1 file changed, 3 insertions(+) (limited to 'projects/openttd_vs80.vcproj') diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 26f45f5a9..3705df9df 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1303,6 +1303,9 @@ + + -- cgit v1.2.3-54-g00ecf