Changeset 38925 in vbox for trunk/src/VBox
- Timestamp:
- Sep 30, 2011 9:03:54 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/utils.c
r38811 r38925 558 558 { 559 559 int nb; 560 wchar_t uni; /** @todo this should be unicode_t in more recent kernel versions. */561 562 560 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 31) 561 unicode_t uni; 562 563 563 nb = utf8_to_utf32(in, in_bound_len, &uni); 564 564 #else 565 linux_wchar_t uni; 566 565 567 nb = utf8_mbtowc(&uni, in, in_bound_len); 566 568 #endif
Note:
See TracChangeset
for help on using the changeset viewer.