Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 148225 Details for
Bug 116062
dev-libs/glkloader-0.3.2 (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
glkloader-0.3.2-64bit.patch
glkloader-0.3.2-64bit.patch (text/plain), 606 bytes, created by
David Leverton
on 2008-04-03 13:24:50 UTC
(
hide
)
Description:
glkloader-0.3.2-64bit.patch
Filename:
MIME Type:
Creator:
David Leverton
Created:
2008-04-03 13:24:50 UTC
Size:
606 bytes
patch
obsolete
>--- glkloader-0.3.2/glk.h~ 2001-03-14 03:07:59.000000000 +0000 >+++ glkloader-0.3.2/glk.h 2007-07-11 16:00:42.000000000 +0100 >@@ -17,8 +17,9 @@ > /* You may have to edit the definition of glui32 to make sure it's really a > 32-bit unsigned integer type, and glsi32 to make sure it's really a > 32-bit signed integer type. If they're not, horrible things will happen. */ >-typedef unsigned long glui32; >-typedef signed long glsi32; >+#include <stdint.h> >+typedef uint32_t glui32; >+typedef int32_t glsi32; > > /* These are the compile-time conditionals that reveal various Glk optional > modules. */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 116062
:
75116
|
75117
|
75118
|
124567
|
124569
|
126145
|
126147
|
138033
|
138034
|
138036
|
138037
|
148223
| 148225 |
148226
|
148227
|
148229
|
148231
|
148233
|
148235
|
148237
|
148238
|
148240
|
148242
|
148243