[WINDOWSCODECS]
[reactos.git] / reactos / dll / win32 / windowscodecs / tiffformat.c
index f93436f..e4f2956 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#define WIN32_NO_STATUS
-#define _INC_WINDOWS
-#define COM_NO_WINDOWS_H
-
-#include <config.h>
-#include <wine/port.h>
+#include "wincodecs_private.h"
 
-#include <stdarg.h>
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
 #include <tiffio.h>
 #endif
 
-#define COBJMACROS
-
-#include <windef.h>
-#include <winbase.h>
-#include <objbase.h>
 #include <oleauto.h>
-//#include "wincodec.h"
 #include <wincodecsdk.h>
 
-#include "wincodecs_private.h"
-
-#include <wine/debug.h>
 #include <wine/library.h>
 
-WINE_DEFAULT_DEBUG_CHANNEL(wincodecs);
-
 #ifdef SONAME_LIBTIFF
 
 /* Workaround for broken libtiff 4.x headers on some 64-bit hosts which