summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2006-01-25 09:00:40 +0000
committerAntonin Descampe <antonin@gmail.com>2006-01-25 09:00:40 +0000
commitfc42b3ec841db3420c82261122a2738ee144309e (patch)
tree3d6e7b9b0d990ab6e594df59967384789d765a3a
parent5432a70c79672b13b02cb0d53b362d2d8cb958ed (diff)
fix.c : replaced "WIN32" by "_MSC_VER" for int64
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bba4ad3..3359e41f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,8 +6,9 @@ What's New for OpenJPEG
+ : added
January 25, 2006
-+ added "OPJ_EXPORT" in openjpeg.h to generate shared lib with win32
-! removed all CtrlM from files (openjpeg.h,t2.c,j2k_to_image.c)
+! [Antonin Descampe] fix.c : replaced "WIN32" by "_MSC_VER" for int64
++ [Antonin Descampe] added "OPJ_EXPORT" in openjpeg.h to generate shared lib with win32
+! [Antonin Descampe] removed all CtrlM from files (openjpeg.h,t2.c,j2k_to_image.c)
January 24, 2006
! [Antonin Descampe] event.c : replaced "WIN32" by "_MSC_VER" for i2a