Commit Graph

12 Commits

Author SHA1 Message Date
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Mike McCormack 7d66567253 programs: Use WIN32_LEAN_AND_MEAN in some more places. 2006-01-16 20:41:34 +01:00
Francois Gouget 492f9c7ca1 Add a --windows option for converting a Unix path to a long Windows
path.
Fix the description of --long and --short. They are only garanteed to
work on Windows paths though they will often successfully convert Unix
paths to Windows paths too.
2005-10-10 10:24:53 +00:00
Alexandre Julliard cf22e0264f Set the winepath version to be the same as the global package
version.
2005-10-08 10:36:50 +00:00
Dmitry Timoshkov 40d94dfc4e Convert programs/winepath to unicode, print the output string using
Unix locale.
2005-01-25 16:41:50 +00:00
Eric Pouech 5c2a891c43 Made some functions and variables static. 2004-11-29 18:00:10 +00:00
Alexandre Julliard 1cb0cf4ced Moved wine_get_unix_file_name implementation to ntdll, and changed it
to return an allocated buffer instead of a fixed size one.
2004-04-14 19:40:53 +00:00
Mike McCormack 95b0fc6f08 Use GetFullPathName to convert unix path names to DOS ones. 2004-02-10 20:07:43 +00:00
Eric Pouech 5bf3a2669b Made wine_get_unix_file_name take a Unicode string pointer. 2004-01-05 23:42:09 +00:00
Francois Gouget bf022eecb9 Reset the result buffer after each argument. 2003-05-11 02:47:28 +00:00
Vincent Béron 9a62491660 Removed trailing whitespace. 2002-05-31 23:06:46 +00:00
Mike Wetherell 0d8a9fac90 Utility to convert between Unix and Windows paths at the command
line.
2002-05-05 20:31:54 +00:00