Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2005-04-02 19:36:57 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-04-02 19:36:57 +0400
commit24c9f650565e6a016cca9d45c7daee94dfcb7130 (patch)
tree89becedccd6ed77790f6c5c5e35280d9a4e560b4 /source/blender/imbuf/intern/jpeg.c
parentbdb86d7c6765724d297e7aa97dec4c0cc7d2bae9 (diff)
- got tired of str[n]casecmp not declared warnings
- added BLI_str[n]casecmp, use instead of regular versions - rewrote BLI_str[n]casecmp to not be stupid
Diffstat (limited to 'source/blender/imbuf/intern/jpeg.c')
-rw-r--r--source/blender/imbuf/intern/jpeg.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/imbuf/intern/jpeg.c b/source/blender/imbuf/intern/jpeg.c
index 1a5bb68832e..34796bac9d5 100644
--- a/source/blender/imbuf/intern/jpeg.c
+++ b/source/blender/imbuf/intern/jpeg.c
@@ -55,11 +55,6 @@ static boolean handle_app1 (j_decompress_ptr cinfo);
static ImBuf * ibJpegImageFromCinfo(struct jpeg_decompress_struct * cinfo, int flags);
-/* strncasecmp hack */
-#ifdef WIN32
-#define strncasecmp(a, b, n) strncmp(a, b, n)
-#endif
-
/*
* In principle there are 4 jpeg formats.
*