diff options
Diffstat (limited to 'src/gallium/frontends/nine/guid.h')
| -rw-r--r-- | src/gallium/frontends/nine/guid.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/gallium/frontends/nine/guid.h b/src/gallium/frontends/nine/guid.h deleted file mode 100644 index 361dd5e7ced..00000000000 --- a/src/gallium/frontends/nine/guid.h +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright 2011 Joakim Sindholt <opensource@zhasha.com> - * SPDX-License-Identifier: MIT - */ - -#ifndef _NINE_GUID_H_ -#define _NINE_GUID_H_ - -#include "util/compiler.h" - -#include "d3d9types.h" - -extern const GUID IID_ID3D9Adapter; - -bool -GUID_equal( const GUID *a, - const GUID *b ); - -char* -GUID_sprintf( char *guid_str, - REFGUID id ); - -#endif /* _NINE_GUID_H_ */ |