VirtualBox

Ignore:
Timestamp:
Dec 23, 2018 1:39:48 AM (6 years ago)
Author:
vboxsync
Message:

VBox/sup.h: Don't include VBox/err.h for no good reason. bugref:9344

File:
1 edited

Legend:

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

    r75969 r76389  
    1616 */
    1717
     18/*********************************************************************************************************************************
     19*   Header Files                                                                                                                 *
     20*********************************************************************************************************************************/
     21#define LOG_GROUP LOG_GROUP_SHARED_CROPENGL
     22
    1823#define __STDC_CONSTANT_MACROS  /* needed for a definition in iprt/string.h */
    19 
    20 #define LOG_GROUP LOG_GROUP_SHARED_CROPENGL
    2124
    2225#include <iprt/assert.h>
     
    2932#include <iprt/thread.h>
    3033
     34#include <VBox/err.h>
    3135#include <VBox/hgcmsvc.h>
    3236#include <VBox/log.h>
     
    4246#include "cr_server.h"
    4347
     48#ifndef RT_OS_WINDOWS
     49# define DWORD int
     50# define WINAPI
     51#endif
     52
     53
     54/*********************************************************************************************************************************
     55*   Global Variables                                                                                                             *
     56*********************************************************************************************************************************/
    4457PVBOXHGCMSVCHELPERS g_pHelpers;
    4558static IConsole* g_pConsole = NULL;
     
    4861static uint32_t g_u32fCrHgcmDisabled = 0;
    4962
    50 #ifndef RT_OS_WINDOWS
    51 # define DWORD int
    52 # define WINAPI
    53 #endif
    54 
    55 static const char* gszVBoxOGLSSMMagic = "***OpenGL state data***";
     63static const char *gszVBoxOGLSSMMagic = "***OpenGL state data***";
    5664
    5765/* Used to process guest calls exceeding maximum allowed HGCM call size in a sequence of smaller calls */
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