Changeset 1730 in vbox for trunk/src/VBox/Main
- Timestamp:
- Mar 27, 2007 12:37:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/hgcm/HGCM.cpp
r1714 r1730 23 23 #include "Logging.h" 24 24 25 #ifdef __WIN__26 #include <malloc.h> /* For alloca() */27 #else28 #include <alloca.h>29 #endif /* __WIN__ */30 31 25 #include "hgcm/HGCM.h" 32 26 #include "hgcm/HGCMThread.h" … … 36 30 37 31 #include <iprt/alloc.h> 32 #include <iprt/alloca.h> 38 33 #include <iprt/avl.h> 39 34 #include <iprt/critsect.h>
Note:
See TracChangeset
for help on using the changeset viewer.