Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 290921 Details for
Bug 427698
PATCH: fix compiling of openal using c++ programs with gcc 4.3
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
PATCH: fix compiling of openal using c++ programs with gcc 4.3
alc.h.patch (text/plain), 1.07 KB, created by
Hans de Goede
on 2008-01-06 21:23:11 UTC
(
hide
)
Description:
PATCH: fix compiling of openal using c++ programs with gcc 4.3
Filename:
MIME Type:
Creator:
Hans de Goede
Created:
2008-01-06 21:23:11 UTC
Size:
1.07 KB
patch
obsolete
>--- alc.h~ 2008-01-05 11:23:24.000000000 +0100 >+++ alc.h 2008-01-05 11:23:24.000000000 +0100 >@@ -187,7 +187,7 @@ > > ALC_API void ALC_APIENTRY alcDestroyContext( ALCcontext *context ); > >-ALC_API ALCcontext * ALC_APIENTRY alcGetCurrentContext( ALCvoid ); >+ALC_API ALCcontext * ALC_APIENTRY alcGetCurrentContext( void ); > > ALC_API ALCdevice* ALC_APIENTRY alcGetContextsDevice( ALCcontext *context ); > >@@ -248,7 +248,7 @@ > typedef void (ALC_APIENTRY *LPALCPROCESSCONTEXT)( ALCcontext *context ); > typedef void (ALC_APIENTRY *LPALCSUSPENDCONTEXT)( ALCcontext *context ); > typedef void (ALC_APIENTRY *LPALCDESTROYCONTEXT)( ALCcontext *context ); >-typedef ALCcontext * (ALC_APIENTRY *LPALCGETCURRENTCONTEXT)( ALCvoid ); >+typedef ALCcontext * (ALC_APIENTRY *LPALCGETCURRENTCONTEXT)( void ); > typedef ALCdevice * (ALC_APIENTRY *LPALCGETCONTEXTSDEVICE)( ALCcontext *context ); > typedef ALCdevice * (ALC_APIENTRY *LPALCOPENDEVICE)( const ALCchar *devicename ); > typedef ALCboolean (ALC_APIENTRY *LPALCCLOSEDEVICE)( ALCdevice *device );
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 427698
: 290921