gphoto2.ds: Fix a typo in a #warning, and slight rewording. Fix grammaro in comment.

This commit is contained in:
Gerald Pfeifer 2006-05-14 11:38:52 +02:00 committed by Alexandre Julliard
parent dce3f2be05
commit 3394472da8
1 changed files with 2 additions and 2 deletions

View File

@ -25,12 +25,12 @@
#endif
#if !defined(HAVE_JPEGLIB_H)
# warning "ghoto2 in twain needs jpeg development headers"
# warning "gphoto2 support in twain needs jpeg development headers"
# undef HAVE_GPHOTO2
#endif
#ifdef HAVE_GPHOTO2
/* Hack for gphoto2, who changes behaviour when WIN32 is set. */
/* Hack for gphoto2, which changes behaviour when WIN32 is set. */
#undef WIN32
#include <gphoto2/gphoto2-camera.h>
#define WIN32