VirtualBox

Changeset 38639 in vbox


Ignore:
Timestamp:
Sep 5, 2011 2:04:05 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
73846
Message:

iprt: burn fix. can expose these variables later if needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/init.cpp

    r38638 r38639  
    9292
    9393/** The argument count of the program.  */
    94 DECLHIDDEN(int)             g_crtArgs = -1;
     94static int                  g_crtArgs = -1;
    9595/** The arguments of the program (UTF-8).  This is "leaked". */
    96 DECLHIDDEN(char **)         g_papszrtArgs;
     96static char **              g_papszrtArgs;
    9797/** The original argument vector of the program. */
    98 DECLHIDDEN(char **)         g_papszrtOrgArgs;
     98static char **              g_papszrtOrgArgs;
    9999
    100100/**
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