VirtualBox

Ignore:
Timestamp:
Dec 27, 2010 4:13:13 PM (14 years ago)
Author:
vboxsync
Message:

VMM reorg: Moving the public include files from include/VBox to include/VBox/vmm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp

    r34571 r35346  
    2020
    2121#ifdef RT_OS_WINDOWS
    22 #include <iprt/alloc.h>
    23 #include <iprt/string.h>
    24 #include <iprt/assert.h>
    25 #include <iprt/stream.h>
    26 #include <VBox/ssm.h>
    27 #include <VBox/hgcmsvc.h>
    28 #include <VBox/HostServices/VBoxCrOpenGLSvc.h>
    29 #include "cr_server.h"
    30 #define LOG_GROUP LOG_GROUP_SHARED_CROPENGL
    31 #include <VBox/log.h>
    32 
    33 #include <VBox/com/com.h>
    34 #include <VBox/com/string.h>
    35 #include <VBox/com/array.h>
    36 #include <VBox/com/Guid.h>
    37 #include <VBox/com/ErrorInfo.h>
    38 #include <VBox/com/EventQueue.h>
    39 #include <VBox/com/VirtualBox.h>
    40 #include <VBox/com/assert.h>
     22# include <iprt/alloc.h>
     23# include <iprt/string.h>
     24# include <iprt/assert.h>
     25# include <iprt/stream.h>
     26# include <VBox/ssm.h>
     27# include <VBox/hgcmsvc.h>
     28# include <VBox/HostServices/VBoxCrOpenGLSvc.h>
     29# include "cr_server.h"
     30# define LOG_GROUP LOG_GROUP_SHARED_CROPENGL
     31# include <VBox/log.h>
     32
     33# include <VBox/com/com.h>
     34# include <VBox/com/string.h>
     35# include <VBox/com/array.h>
     36# include <VBox/com/Guid.h>
     37# include <VBox/com/ErrorInfo.h>
     38# include <VBox/com/EventQueue.h>
     39# include <VBox/com/VirtualBox.h>
     40# include <VBox/com/assert.h>
    4141
    4242#else
    43 #include <VBox/com/VirtualBox.h>
    44 #include <iprt/assert.h>
    45 #include <VBox/ssm.h>
    46 #include <VBox/hgcmsvc.h>
    47 #include <VBox/HostServices/VBoxCrOpenGLSvc.h>
    48 
    49 #include "cr_server.h"
    50 #define LOG_GROUP LOG_GROUP_SHARED_CROPENGL
    51 #include <VBox/log.h>
    52 #include <VBox/com/ErrorInfo.h>
     43# include <VBox/com/VirtualBox.h>
     44# include <iprt/assert.h>
     45# include <VBox/vmm/ssm.h>
     46# include <VBox/hgcmsvc.h>
     47# include <VBox/HostServices/VBoxCrOpenGLSvc.h>
     48
     49# include "cr_server.h"
     50# define LOG_GROUP LOG_GROUP_SHARED_CROPENGL
     51# include <VBox/log.h>
     52# include <VBox/com/ErrorInfo.h>
    5353#endif /* RT_OS_WINDOWS */
    5454
    5555#ifdef VBOX_WITH_CRHGSMI
    56 #include <VBox/VBoxVideo.h>
     56# include <VBox/VBoxVideo.h>
    5757#endif
    5858
     
    6767
    6868#ifndef RT_OS_WINDOWS
    69 #define DWORD int
    70 #define WINAPI
     69# define DWORD int
     70# define WINAPI
    7171#endif
    7272
     
    728728                    break;
    729729                }
    730                
     730
    731731                uint8_t *pBuffer     = (uint8_t *)pSvcBuffer->pData;
    732732                uint32_t cbBuffer    = pSvcBuffer->uiSize;
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