mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
zink: squashme: trade cplusplus wrapper for header-guard
Acked-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
parent
bb76a3f61d
commit
35c0ef8852
1 changed files with 2 additions and 5 deletions
|
|
@ -21,9 +21,8 @@
|
|||
* USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#ifndef NIR_TO_SPIRV_H
|
||||
#define NIR_TO_SPIRV_H
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
|
@ -42,6 +41,4 @@ nir_to_spirv(struct nir_shader *s);
|
|||
void
|
||||
spirv_shader_delete(struct spirv_shader *s);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue