VirtualBox

Changeset 68317 in vbox for trunk/src


Ignore:
Timestamp:
Aug 7, 2017 2:24:08 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
117438
Message:

IPRT: Added simple INI-file parser (completely untested).

Location:
trunk/src/VBox/Runtime
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r68244 r68317  
    469469        common/misc/handletablectx.cpp \
    470470        common/misc/handletablesimple.cpp \
     471        common/misc/inifile.cpp \
    471472        common/misc/json.cpp \
    472473        common/misc/lockvalidator.cpp \
  • trunk/src/VBox/Runtime/include/internal/magics.h

    r67259 r68317  
    55
    66/*
    7  * Copyright (C) 2007-2016 Oracle Corporation
     7 * Copyright (C) 2007-2017 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    8181/** The value of RTHTTPINTERNAL::u32Magic after close. */
    8282#define RTHTTP_MAGIC_DEAD               UINT32_C(0x19120330)
     83/** The value of RTINIFILEINT::u32Magic. (Jane Austen) */
     84#define RTINIFILE_MAGIC                 UINT32_C(0x17751216)
     85/** The value of RTINIFILEINT::u32Magic after close. */
     86#define RTINIFILE_MAGIC_DEAD            UINT32_C(0x18170718)
    8387/** The magic value for RTLDRMODINTERNAL::u32Magic. (Alan Moore) */
    8488#define RTLDRMOD_MAGIC                  UINT32_C(0x19531118)
Note: See TracChangeset for help on using the changeset viewer.

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