winsys/hgl: Add needed extern "C" to hgl winsys

Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Alexander von Gluck IV
2015-05-14 17:27:14 -05:00
parent 624b38add9
commit 73aef2d1d8
@@ -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