]> git.pld-linux.org Git - packages/lcms2.git/blame - lcms-qt3.patch
- updated to 1.15
[packages/lcms2.git] / lcms-qt3.patch
CommitLineData
d9e8ac9e
JB
1--- lcms-1.08/include/lcms.h.orig Mon Nov 19 16:34:35 2001
2+++ lcms-1.08/include/lcms.h Wed Oct 23 16:42:39 2002
3@@ -132,12 +132,12 @@
4 typedef unsigned char BYTE, *LPBYTE;
5 typedef unsigned short WORD, *LPWORD;
6 typedef unsigned int DWORD, *LPDWORD;
7-typedef int BOOL;\r
8-typedef char *LPSTR;\r
9+typedef int BOOL;
10+typedef char *LPSTR;
11 typedef void *LPVOID;
12-\r
13-#ifndef QT_VERSION
14-typedef void *HANDLE;\r
15+
16+#if !defined(QT_VERSION) || (QT_VERSION>=0x030000)
17+typedef void *HANDLE;
18 #endif
19
20 #define ZeroMemory(p,l) memset((p),0,(l))
This page took 0.059569 seconds and 4 git commands to generate.