VirtualBox

Ignore:
Timestamp:
Feb 6, 2007 4:40:34 PM (18 years ago)
Author:
vboxsync
Message:

Changed the Linux Additions to compile everything from source (no more binaries linked in) and cleaned up those files to compile as plain C.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h

    r1 r719  
    2424#define __VBGLINTERNAL__H
    2525
     26/* I have added this include here as
     27   a) This file is always included before VBGLInternal and
     28   b) It contains a definition for VBGLHGCMHANDLE, so we definitely do not
     29      need to redefine that here.  The C (without ++) compiler was complaining
     30      that it was defined twice.
     31*/
     32#include <VBox/VBoxGuestLib.h>
     33
    2634#if (defined(DEBUG) && !defined(NO_LOGGING)) || defined(LOG_ENABLED)
    2735#include <VBox/log.h>
     
    4755    VBGLDRIVER driver;
    4856};
    49 
    50 typedef struct VBGLHGCMHANDLEDATA *VBGLHGCMHANDLE;
    5157#endif
    5258
     
    6066typedef struct _VBGLDATA
    6167{
    62     VbglLibStatus status;
     68    enum VbglLibStatus status;
    6369
    6470    VBGLIOPORT portVMMDev;
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