]> git.pld-linux.org Git - packages/DevIL.git/commitdiff
- $#^%&*$%^$% cvsnt
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 22 Oct 2008 19:09:18 +0000 (19:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    DevIL-c++.patch -> 1.4

DevIL-c++.patch [new file with mode: 0644]

diff --git a/DevIL-c++.patch b/DevIL-c++.patch
new file mode 100644 (file)
index 0000000..7475133
--- /dev/null
@@ -0,0 +1,13 @@
+--- DevIL-1.7.2/include/IL/il.h.orig   2008-09-05 03:07:54.000000000 +0200
++++ DevIL-1.7.2/include/IL/il.h        2008-10-22 17:12:05.242248526 +0200
+@@ -510,8 +510,8 @@
+ ILAPI ILenum    ILAPIENTRY ilGetError(void);\r
+ ILAPI ILint     ILAPIENTRY ilGetInteger(ILenum Mode);\r
+ ILAPI ILvoid    ILAPIENTRY ilGetIntegerv(ILenum Mode, ILint *Param);\r
+-ILAPI ILuint    ILAPIENTRY ilGetLumpPos(ILvoid);\r
+-ILAPI ILubyte*  ILAPIENTRY ilGetPalette(ILvoid);\r
++ILAPI ILuint    ILAPIENTRY ilGetLumpPos(void);\r
++ILAPI ILubyte*  ILAPIENTRY ilGetPalette(void);\r
+ ILAPI ILstring  ILAPIENTRY ilGetString(ILenum StringName);\r
+ ILAPI ILvoid    ILAPIENTRY ilHint(ILenum Target, ILenum Mode);\r
+ ILAPI ILvoid    ILAPIENTRY ilInit(void);\r
This page took 0.042106 seconds and 4 git commands to generate.