From fde676b2dcb49ff900c8c60031394c0c9466562d Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 19 Mar 2007 07:45:28 +0000 Subject: [PATCH] Updated. --- CHANGELOG.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 93c867f..acc1665 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,7 +2,8 @@ * CHANGELOG. */ -03192007 - Fixed two switched strings in CMakeLists.txt +03192007 - Fixed two switched strings in CMakeLists.txt ... patch to compile + with latest Windows Platform SDK. 03162007 - Changed PHYSFS_file from a typedef to a #define (in case it would cause an aggressive compiler to think you're passing the wrong type to a function) and added Doxygen comments to explain it.