mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
raster pri fix
This commit is contained in:
@ -2,9 +2,6 @@
|
||||
* TIFF file IO, using CxFile.
|
||||
*/
|
||||
|
||||
#if defined(_WIN32) || defined (_WIN64)
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
|
||||
#include "ximage.h"
|
||||
@ -112,7 +109,7 @@ extern char* realloc();
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
#ifndef UNICODE
|
||||
#ifdef UNICODE
|
||||
#define DbgPrint wvsprintf
|
||||
#define DbgPrint2 wsprintf
|
||||
#define DbgMsgBox MessageBox
|
||||
|
||||
@ -41,10 +41,6 @@
|
||||
#if !defined(__xfile_h)
|
||||
#define __xfile_h
|
||||
|
||||
#if defined (WIN32) || defined (_WIN32_WCE)
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
@ -75,6 +75,16 @@
|
||||
|
||||
|
||||
#if defined(WIN32) || defined(_WIN32_WCE)
|
||||
|
||||
#ifdef CXIMAGE_ATTACK_NO_UNICODE
|
||||
#ifdef _UNICODE
|
||||
#undef _UNICODE
|
||||
#endif
|
||||
#ifdef UNICODE
|
||||
#undef UNICODE
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <windows.h>
|
||||
#include <tchar.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user