- Timestamp:
- Oct 28, 2016 9:50:13 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/VBoxCAPIGlue.c
r63177 r64448 33 33 * Header Files * 34 34 *********************************************************************************************************************************/ 35 /* NOTE: do NOT use any include files here which are only available in the 36 * VirtualBox tree, e.g. iprt. They are not available in the SDK, which is 37 * where this file will provided as source code and has to be compilable. */ 35 38 #include "VBoxCAPIGlue.h" 36 39 … … 39 42 #include <stdlib.h> 40 43 #include <stdarg.h> 41 #i fndef WIN3242 # include <stdint.h>44 #include <stdint.h> 45 #ifndef WIN32 43 46 # include <dlfcn.h> 44 47 # include <pthread.h> 45 48 #else /* WIN32 */ 46 # include <iprt/stdint.h> 47 # include <iprt/win/windows.h> 49 # include <Windows.h> 48 50 #endif /* WIN32 */ 49 51
Note:
See TracChangeset
for help on using the changeset viewer.