Changeset 1682 in vbox
- Timestamp:
- Mar 23, 2007 2:55:54 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19819
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/hgcm/HGCM.cpp
r1681 r1682 28 28 #include "Logging.h" 29 29 30 #include <malloc.h> 30 #ifdef __WIN__ 31 #include <malloc.h> /* For alloca() */ 32 #else 33 #include <alloca.h> 34 #endif /* __WIN__ */ 31 35 32 36 #include "hgcm/HGCM.h"
Note:
See TracChangeset
for help on using the changeset viewer.