Remove public exports of gl_common and libc
This commit is contained in:
parent
439d25168e
commit
37262fb228
22 changed files with 29 additions and 52 deletions
|
|
@ -171,7 +171,7 @@ impl GlContext for Context {
|
|||
unsafe { gl::wgl::GetCurrentContext() == self.context.0 as *const libc::c_void }
|
||||
}
|
||||
|
||||
fn get_proc_address(&self, addr: &str) -> *const libc::c_void {
|
||||
fn get_proc_address(&self, addr: &str) -> *const () {
|
||||
let addr = CString::new(addr.as_bytes()).unwrap();
|
||||
let addr = addr.as_ptr();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue