Changeset 95262 in vbox for trunk/src/VBox/Additions/3D/mesa/include
- Timestamp:
- Jun 13, 2022 5:26:17 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151836
- Location:
- trunk/src/VBox/Additions/3D/mesa/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/3D/mesa/include/assert.h
r93115 r95262 29 29 30 30 #undef assert 31 #ifdef DEBUG 31 32 #define assert(_e) (void)( (!!(_e)) || (ASMBreakpoint(), 0) ) 33 #else 34 #define assert(_e) (void)(0) 35 #endif 32 36 33 37 #endif /* !GA_INCLUDED_3D_MESA_assert_h */ -
trunk/src/VBox/Additions/3D/mesa/include/git_sha1.h
r93115 r95262 24 24 #endif 25 25 26 /* Nothing. */ 26 #define MESA_GIT_SHA1 "" 27 27 28 28 #endif /* !GA_INCLUDED_3D_MESA_git_sha1_h */
Note:
See TracChangeset
for help on using the changeset viewer.