Changeset 16893 in vbox for trunk/src/VBox/GuestHost/OpenGL/util/list.c
- Timestamp:
- Feb 18, 2009 11:54:53 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/list.c
r15532 r16893 1 1 #include "cr_list.h" 2 #ifndef VBOX 2 3 #include <assert.h> 4 #else /* VBOX */ 5 /* assert.h causes trouble on darwin (eprintf.o + classic linker). */ 6 # include <iprt/assert.h> 7 # define assert(expr) Assert(expr) 8 #endif /* VBOX */ 3 9 #include <stdio.h> 4 10 #include <stdlib.h>
Note:
See TracChangeset
for help on using the changeset viewer.