VirtualBox

Changeset 64448 in vbox for trunk


Ignore:
Timestamp:
Oct 28, 2016 9:50:13 AM (8 years ago)
Author:
vboxsync
Message:

Main/cbinding/VBoxCAPIGlue.c: this file needs to be free of IPRT use, as it's part of the SDK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/cbinding/VBoxCAPIGlue.c

    r63177 r64448  
    3333*   Header Files                                                                                                                 *
    3434*********************************************************************************************************************************/
     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. */
    3538#include "VBoxCAPIGlue.h"
    3639
     
    3942#include <stdlib.h>
    4043#include <stdarg.h>
    41 #ifndef WIN32
    42 # include <stdint.h>
     44#include <stdint.h>
     45#ifndef WIN32
    4346# include <dlfcn.h>
    4447# include <pthread.h>
    4548#else /* WIN32 */
    46 # include <iprt/stdint.h>
    47 # include <iprt/win/windows.h>
     49# include <Windows.h>
    4850#endif /* WIN32 */
    4951
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette