home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / src / tiff / tiff_CW_Prefix.h < prev    next >
C/C++ Source or Header  |  2002-05-10  |  300b  |  13 lines

  1. #define NEED_STRDUP
  2. #define WINVER 0x0400
  3.  
  4. /*
  5.     We need to make sure some symbols required for correct use of
  6.     Win32 SDK headers (and that some of these headers are included
  7.     to begin with).  The best way is to simply include one of the
  8.     ANSI headers.
  9. */
  10.  
  11. #include <stdlib.h>
  12.  
  13.