mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
mapi: Undefine MemoryBarrier
Reviewed-by: Marek Olák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8661>
This commit is contained in:
parent
92f1b6bad5
commit
695d3bcb12
1 changed files with 4 additions and 0 deletions
|
|
@ -481,6 +481,10 @@ class ABIPrinter(object):
|
|||
print('#ifdef MAPI_TMP_DEFINES')
|
||||
print(self.c_public_includes())
|
||||
print()
|
||||
print('#ifdef MemoryBarrier')
|
||||
print('#undef MemoryBarrier')
|
||||
print('#endif')
|
||||
print()
|
||||
print(self.c_public_declarations(self.prefix_lib))
|
||||
print('#undef MAPI_TMP_DEFINES')
|
||||
print('#endif /* MAPI_TMP_DEFINES */')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue