From 65ba91d1c98b59dbe7c1df173b0938d5b0df2668 Mon Sep 17 00:00:00 2001 From: KUDr Date: Fri, 29 Jun 2007 22:33:58 +0000 Subject: (svn r10389) -Add: CStrA, CStrCiA, CStrW, CStrCiW - case sensitive/insensitive ANSI/UNICODE string classes that support formatted (sprintf like) output. --- projects/openttd.vcproj | 6 ++++++ projects/openttd_vs80.vcproj | 8 ++++++++ 2 files changed, 14 insertions(+) (limited to 'projects') diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 651884773..9a4b21361 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -1187,6 +1187,12 @@ + + + + + + + +