vl/null_sw_winsys: Add extern declaration for C++ usage
Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30996>
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
*
|
||||
**************************************************************************/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifndef NULL_SW_WINSYS_H_
|
||||
#define NULL_SW_WINSYS_H_
|
||||
@@ -38,3 +41,7 @@ null_sw_create(void);
|
||||
|
||||
|
||||
#endif /* NULL_SW_WINSYS_H_ */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user