Changeset 63177 in vbox for trunk/src/VBox/Main/cbinding
- Timestamp:
- Aug 8, 2016 3:20:59 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/VBoxCAPIGlue.c
r62679 r63177 39 39 #include <stdlib.h> 40 40 #include <stdarg.h> 41 #i nclude <stdint.h>42 # ifndef WIN3241 #ifndef WIN32 42 # include <stdint.h> 43 43 # include <dlfcn.h> 44 44 # include <pthread.h> 45 45 #else /* WIN32 */ 46 # include <iprt/stdint.h> 46 47 # include <iprt/win/windows.h> 47 48 #endif /* WIN32 */
Note:
See TracChangeset
for help on using the changeset viewer.