VirtualBox

Changeset 18095 in vbox


Ignore:
Timestamp:
Mar 19, 2009 4:24:23 PM (16 years ago)
Author:
vboxsync
Message:

how difficult can this be...

File:
1 edited

Legend:

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

    r18055 r18095  
    4040# include <unistd.h>
    4141#endif
     42#include <locale.h>
    4243
    4344#include <iprt/initterm.h>
     
    5657#endif
    5758
    58 #include <locale.h>
    59 
    6059#include "internal/path.h"
    6160#include "internal/process.h"
     
    263262    g_u64ProgramStartMilliTS = g_u64ProgramStartNanoTS / 1000000;
    264263
    265     /**
     264    /*
    266265     * Init C runtime locale
    267266     */
    268     char *pcDummy = setlocale(LC_CTYPE, "");
     267    setlocale(LC_CTYPE, "");
    269268
    270269    /*
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