diff options
| author | Antonin Descampe <antonin@gmail.com> | 2006-01-25 09:00:40 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2006-01-25 09:00:40 +0000 |
| commit | fc42b3ec841db3420c82261122a2738ee144309e (patch) | |
| tree | 3d6e7b9b0d990ab6e594df59967384789d765a3a | |
| parent | 5432a70c79672b13b02cb0d53b362d2d8cb958ed (diff) | |
fix.c : replaced "WIN32" by "_MSC_VER" for int64
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
