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:
Sil Vilerino
2024-02-20 12:05:43 -05:00
committed by Marge Bot
parent 2548471ca1
commit 3d6280c3c5

View File

@@ -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