Changeset 18055 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Mar 18, 2009 12:01:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/string.cpp
r8245 r18055 38 38 #include <iprt/err.h> 39 39 #include "internal/string.h" 40 41 #include <locale.h>42 43 44 /**45 * Init C runtime locale46 * note: actually where is no need in this global var, use it only for47 * auto run of setlocale() func.48 */49 /** @todo rewrite this to do setlocale() from some proper init function. */50 static int g_RTLocaleInited = (setlocale(LC_CTYPE, "") != NULL);51 52 40 53 41 /**
Note:
See TracChangeset
for help on using the changeset viewer.