VirtualBox

Changeset 57358 in vbox for trunk/src/VBox/Runtime/r3/win


Ignore:
Timestamp:
Aug 14, 2015 3:16:38 PM (9 years ago)
Author:
vboxsync
Message:

*: scm cleanup run.

Location:
trunk/src/VBox/Runtime/r3/win
Files:
41 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/RTHandleGetStandard-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "internal/iprt.h"
    3232#include <iprt/handle.h>
  • trunk/src/VBox/Runtime/r3/win/RTLogWriteDebugger-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <Windows.h>
    3232
  • trunk/src/VBox/Runtime/r3/win/RTSystemQueryDmiString-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define _WIN32_DCOM
    3232#include <Windows.h>
  • trunk/src/VBox/Runtime/r3/win/RTSystemQueryOSInfo-win.cpp

    r56290 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#include "internal/iprt.h"
    3132#include <Windows.h>
     
    3940
    4041
    41 /*******************************************************************************
    42 *   Structures and Typedefs                                                    *
    43 *******************************************************************************/
     42/*********************************************************************************************************************************
     43*   Structures and Typedefs                                                                                                      *
     44*********************************************************************************************************************************/
    4445
    4546/**
  • trunk/src/VBox/Runtime/r3/win/RTSystemQueryTotalRam-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <windows.h>
    3232#include <iprt/system.h>
  • trunk/src/VBox/Runtime/r3/win/RTSystemShutdown-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/system.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/r3/win/RTUuidCreate-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_UUID
    3232#include <Windows.h>
  • trunk/src/VBox/Runtime/r3/win/alloc-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131/*#define USE_VIRTUAL_ALLOC*/
    3232#define LOG_GROUP RTLOGGROUP_MEM
  • trunk/src/VBox/Runtime/r3/win/allocex-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define RTMEM_NO_WRAP_TO_EF_APIS
    3232#include <iprt/mem.h>
  • trunk/src/VBox/Runtime/r3/win/dir-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_DIR
    3232#include <Windows.h>
  • trunk/src/VBox/Runtime/r3/win/direnum-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_DIR
    3232#include <Windows.h>
  • trunk/src/VBox/Runtime/r3/win/dllmain-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <Windows.h>
    3232#include <iprt/thread.h>
  • trunk/src/VBox/Runtime/r3/win/env-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/env.h>
    3232
  • trunk/src/VBox/Runtime/r3/win/errvars-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <Winsock2.h>
    3232#include <errno.h>
  • trunk/src/VBox/Runtime/r3/win/fileaio-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_DIR
    3232
     
    4242#include <Windows.h>
    4343
    44 /*******************************************************************************
    45 *   Structures and Typedefs                                                    *
    46 *******************************************************************************/
     44
     45/*********************************************************************************************************************************
     46*   Structures and Typedefs                                                                                                      *
     47*********************************************************************************************************************************/
    4748
    4849/**
     
    114115typedef RTFILEAIOREQINTERNAL *PRTFILEAIOREQINTERNAL;
    115116
    116 /*******************************************************************************
    117 *   Defined Constants And Macros                                               *
    118 *******************************************************************************/
     117
     118/*********************************************************************************************************************************
     119*   Defined Constants And Macros                                                                                                 *
     120*********************************************************************************************************************************/
    119121/** Id for the wakeup event. */
    120122#define AIO_CONTEXT_WAKEUP_EVENT 1
  • trunk/src/VBox/Runtime/r3/win/fileio-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_DIR
    3232#ifndef _WIN32_WINNT
     
    4646
    4747
    48 /*******************************************************************************
    49 *   Defined Constants And Macros                                               *
    50 *******************************************************************************/
     48/*********************************************************************************************************************************
     49*   Defined Constants And Macros                                                                                                 *
     50*********************************************************************************************************************************/
    5151
    5252
  • trunk/src/VBox/Runtime/r3/win/fs-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_FS
    3232#include <windows.h>
  • trunk/src/VBox/Runtime/r3/win/init-win.cpp

    r57157 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_DEFAULT
    3232#include <Windows.h>
     
    4444
    4545
    46 /*******************************************************************************
    47 *   Global Variables                                                           *
    48 *******************************************************************************/
     46/*********************************************************************************************************************************
     47*   Global Variables                                                                                                             *
     48*********************************************************************************************************************************/
    4949/** Windows DLL loader protection level. */
    5050DECLHIDDEN(RTR3WINLDRPROT)      g_enmWinLdrProt = RTR3WINLDRPROT_NONE;
  • trunk/src/VBox/Runtime/r3/win/ldrNative-win.cpp

    r56309 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#define LOG_GROUP RTLOGGROUP_LDR
    3132#include <Windows.h>
  • trunk/src/VBox/Runtime/r3/win/localipc-win.cpp

    r56290 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031/*
    3132 * We have to force NT 5.0 here because of
     
    5758
    5859
    59 /*******************************************************************************
    60 *   Defined Constants And Macros                                               *
    61 *******************************************************************************/
     60/*********************************************************************************************************************************
     61*   Defined Constants And Macros                                                                                                 *
     62*********************************************************************************************************************************/
    6263/** Pipe prefix string. */
    6364#define RTLOCALIPC_WIN_PREFIX   "\\\\.\\pipe\\IPRT-"
     
    113114
    114115
    115 /*******************************************************************************
    116 *   Structures and Typedefs                                                    *
    117 *******************************************************************************/
     116/*********************************************************************************************************************************
     117*   Structures and Typedefs                                                                                                      *
     118*********************************************************************************************************************************/
    118119/**
    119120 * Local IPC service instance, Windows.
     
    187188
    188189
    189 /*******************************************************************************
    190 *   Internal Functions                                                         *
    191 *******************************************************************************/
     190/*********************************************************************************************************************************
     191*   Internal Functions                                                                                                           *
     192*********************************************************************************************************************************/
    192193static int rtLocalIpcWinCreateSession(PRTLOCALIPCSESSION phClientSession, HANDLE hNmPipeSession);
    193194
  • trunk/src/VBox/Runtime/r3/win/mp-win.cpp

    r56313 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_SYSTEM
    3232#include <Windows.h>
  • trunk/src/VBox/Runtime/r3/win/path-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_PATH
    3232#include <Windows.h>
  • trunk/src/VBox/Runtime/r3/win/pipe-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <Windows.h>
    3232
     
    4848
    4949
    50 /*******************************************************************************
    51 *   Defined Constants And Macros                                               *
    52 *******************************************************************************/
     50/*********************************************************************************************************************************
     51*   Defined Constants And Macros                                                                                                 *
     52*********************************************************************************************************************************/
    5353/** The pipe buffer size we prefer. */
    5454#define RTPIPE_NT_SIZE      _64K
    5555
    5656
    57 /*******************************************************************************
    58 *   Structures and Typedefs                                                    *
    59 *******************************************************************************/
     57/*********************************************************************************************************************************
     58*   Structures and Typedefs                                                                                                      *
     59*********************************************************************************************************************************/
    6060typedef struct RTPIPEINTERNAL
    6161{
  • trunk/src/VBox/Runtime/r3/win/process-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_PROCESS
    3232#include <iprt/asm.h> /* hack */
     
    6161
    6262
    63 /*******************************************************************************
    64 *   Structures and Typedefs                                                    *
    65 *******************************************************************************/
     63/*********************************************************************************************************************************
     64*   Structures and Typedefs                                                                                                      *
     65*********************************************************************************************************************************/
    6666typedef WINADVAPI BOOL WINAPI FNCREATEPROCESSWITHLOGON(LPCWSTR,
    6767                                                       LPCWSTR,
     
    108108
    109109
    110 /*******************************************************************************
    111 *   Global Variables                                                           *
    112 *******************************************************************************/
     110/*********************************************************************************************************************************
     111*   Global Variables                                                                                                             *
     112*********************************************************************************************************************************/
    113113/** Init once structure. */
    114114static RTONCE       g_rtProcWinInitOnce = RTONCE_INITIALIZER;
  • trunk/src/VBox/Runtime/r3/win/rtFileNativeSetAttributes-win.cpp

    r56290 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031/* APIs used here require DDK headers. */
    3132#include <wdm.h>
  • trunk/src/VBox/Runtime/r3/win/rtProcInitExePath-win.cpp

    r56290 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#define LOG_GROUP RTLOGGROUP_PROCESS
    3132#include <Windows.h>
  • trunk/src/VBox/Runtime/r3/win/sched-win.cpp

    r56290 r57358  
    3030
    3131
    32 /*******************************************************************************
    33 *   Header Files                                                               *
    34 *******************************************************************************/
     32/*********************************************************************************************************************************
     33*   Header Files                                                                                                                 *
     34*********************************************************************************************************************************/
    3535#define LOG_GROUP RTLOGGROUP_THREAD
    3636#include <Windows.h>
     
    4444
    4545
    46 /*******************************************************************************
    47 *   Structures and Typedefs                                                    *
    48 *******************************************************************************/
     46/*********************************************************************************************************************************
     47*   Structures and Typedefs                                                                                                      *
     48*********************************************************************************************************************************/
    4949/**
    5050 * Configuration of one priority.
     
    7373
    7474
    75 /*******************************************************************************
    76 *   Global Variables                                                           *
    77 *******************************************************************************/
     75/*********************************************************************************************************************************
     76*   Global Variables                                                                                                             *
     77*********************************************************************************************************************************/
    7878/**
    7979 * Array of static priority configurations.
  • trunk/src/VBox/Runtime/r3/win/semevent-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_SEMAPHORE
    3232#include <Windows.h>
     
    4646
    4747
    48 /*******************************************************************************
    49 *   Defined Constants And Macros                                               *
    50 *******************************************************************************/
     48/*********************************************************************************************************************************
     49*   Defined Constants And Macros                                                                                                 *
     50*********************************************************************************************************************************/
    5151struct RTSEMEVENTINTERNAL
    5252{
  • trunk/src/VBox/Runtime/r3/win/semeventmulti-win.cpp

    r56290 r57358  
    2929
    3030
    31 /*******************************************************************************
    32 *   Header Files                                                               *
    33 *******************************************************************************/
     31/*********************************************************************************************************************************
     32*   Header Files                                                                                                                 *
     33*********************************************************************************************************************************/
    3434#define LOG_GROUP RTLOGGROUP_SEMAPHORE
    3535#include <Windows.h>
     
    4949
    5050
    51 /*******************************************************************************
    52 *   Defined Constants And Macros                                               *
    53 *******************************************************************************/
     51/*********************************************************************************************************************************
     52*   Defined Constants And Macros                                                                                                 *
     53*********************************************************************************************************************************/
    5454struct RTSEMEVENTMULTIINTERNAL
    5555{
  • trunk/src/VBox/Runtime/r3/win/semmutex-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_SEMAPHORE
    3232#include <Windows.h>
     
    4545
    4646
    47 /*******************************************************************************
    48 *   Defined Constants And Macros                                               *
    49 *******************************************************************************/
     47/*********************************************************************************************************************************
     48*   Defined Constants And Macros                                                                                                 *
     49*********************************************************************************************************************************/
    5050/** Posix internal representation of a Mutex semaphore. */
    5151struct RTSEMMUTEXINTERNAL
  • trunk/src/VBox/Runtime/r3/win/symlink-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_SYMLINK
    3232#include <Windows.h>
     
    4545
    4646
    47 /*******************************************************************************
    48 *   Structures and Typedefs                                                    *
    49 *******************************************************************************/
     47/*********************************************************************************************************************************
     48*   Structures and Typedefs                                                                                                      *
     49*********************************************************************************************************************************/
    5050typedef struct MY_REPARSE_DATA_BUFFER
    5151{
  • trunk/src/VBox/Runtime/r3/win/thread-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_THREAD
    3232#include <Windows.h>
     
    4747
    4848
    49 /*******************************************************************************
    50 *   Defined Constants And Macros                                               *
    51 *******************************************************************************/
     49/*********************************************************************************************************************************
     50*   Defined Constants And Macros                                                                                                 *
     51*********************************************************************************************************************************/
    5252/** The TLS index allocated for storing the RTTHREADINT pointer. */
    5353static DWORD g_dwSelfTLS = TLS_OUT_OF_INDEXES;
    5454
    5555
    56 /*******************************************************************************
    57 *   Internal Functions                                                         *
    58 *******************************************************************************/
     56/*********************************************************************************************************************************
     57*   Internal Functions                                                                                                           *
     58*********************************************************************************************************************************/
    5959static unsigned __stdcall rtThreadNativeMain(void *pvArgs);
    6060static void rtThreadWinTellDebuggerThreadName(uint32_t idThread, const char *pszName);
  • trunk/src/VBox/Runtime/r3/win/thread2-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_THREAD
    3232#include <Windows.h>
  • trunk/src/VBox/Runtime/r3/win/time-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_TIME
    3232#include <Windows.h>
  • trunk/src/VBox/Runtime/r3/win/time2-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_TIME
    3232#include <Windows.h>
  • trunk/src/VBox/Runtime/r3/win/timer-win.cpp

    r56290 r57358  
    5151
    5252
    53 /*******************************************************************************
    54 *   Header Files                                                               *
    55 *******************************************************************************/
     53/*********************************************************************************************************************************
     54*   Header Files                                                                                                                 *
     55*********************************************************************************************************************************/
    5656#define LOG_GROUP RTLOGGROUP_TIMER
    5757#define _WIN32_WINNT 0x0500
     
    7878
    7979
    80 /*******************************************************************************
    81 *   Structures and Typedefs                                                    *
    82 *******************************************************************************/
     80/*********************************************************************************************************************************
     81*   Structures and Typedefs                                                                                                      *
     82*********************************************************************************************************************************/
    8383/**
    8484 * The internal representation of a timer handle.
  • trunk/src/VBox/Runtime/r3/win/tls-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_THREAD
    3232#include <Windows.h>
  • trunk/src/VBox/Runtime/r3/win/utf16locale-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_UTF16
    3232#include <Windows.h>
  • trunk/src/VBox/Runtime/r3/win/utf8-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_UTF8
    3232#include <Windows.h>
  • trunk/src/VBox/Runtime/r3/win/uuid-win.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_UUID
    3232#include <Windows.h>
  • trunk/src/VBox/Runtime/r3/win/vcc100-kernel32-fakes.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/cdefs.h>
    3232
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