Changeset 64449 in vbox for trunk/src/VBox
- Timestamp:
- Oct 28, 2016 10:04:29 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/VBoxCAPIGlue.c
r64448 r64449 42 42 #include <stdlib.h> 43 43 #include <stdarg.h> 44 #ifdef WIN32 45 # define _INTPTR 2 /* on Windows stdint.h compares this in #if, causing warnings if not defined */ 46 #endif /* WIN32 */ 44 47 #include <stdint.h> 45 48 #ifndef WIN32
Note:
See TracChangeset
for help on using the changeset viewer.