mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 04:08:25 +02:00
winsys/hgl: Add needed extern "C" to hgl winsys
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
624b38add9
commit
73aef2d1d8
1 changed files with 7 additions and 0 deletions
|
|
@ -27,9 +27,16 @@
|
|||
#ifndef _HGL_SOFTWAREWINSYS_H
|
||||
#define _HGL_SOFTWAREWINSYS_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct sw_winsys;
|
||||
|
||||
struct sw_winsys* hgl_create_sw_winsys(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue