Win32 bug : File separator
| Newsgroups | gmane.comp.video.videolan.vls.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi *, vls / src / modules / localinput The file separator used in C_LocalInput::OnInit() is hardcoded as '/' which cause errors in Win32 mode -> should 'defined' (in defs.h[.win] ?) as a constant '/' or '\\'. This is probably not the only place where it happen. Great job by the way ! jpc