diff options
| author | Yannick Verschueren <unknown@unknown> | 2004-04-19 13:11:33 +0000 |
|---|---|---|
| committer | Yannick Verschueren <unknown@unknown> | 2004-04-19 13:11:33 +0000 |
| commit | 4f83e82a74e7456881eadd68f5b863ea502ea8bc (patch) | |
| tree | dae55e0bece20626fefa02aed345537810314898 /libopenjpeg | |
| parent | c74313aa159429b156370767ade1a1ad7148882c (diff) | |
Change in the IFDEF due to error with Windows users
Diffstat (limited to 'libopenjpeg')
| -rw-r--r-- | libopenjpeg/fix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/fix.c b/libopenjpeg/fix.c index 55dc01bd..21466ae9 100644 --- a/libopenjpeg/fix.c +++ b/libopenjpeg/fix.c @@ -26,7 +26,7 @@ #include "fix.h" -#ifdef DAVID_WIN32 +#ifdef WIN32 #define int64 __int64 #else #define int64 long long |
