comparison lib-src/make-mswin-unicode.pl @ 4911:7eec2a1f3412

Fix Visual Studio 6 build
author Vin Shelton <acs@xemacs.org>
date Mon, 01 Feb 2010 17:08:41 -0500
parents 70089046adef
children 308d34e9f07d
comparison
equal deleted inserted replaced
4910:6bc1f3f6cf0d 4911:7eec2a1f3412
61 61
62 file specifies a file to start reading from. 62 file specifies a file to start reading from.
63 yes indicates a function to be automatically Unicode-encapsulated. 63 yes indicates a function to be automatically Unicode-encapsulated.
64 (All parameters either need no special processing or are LPTSTR or 64 (All parameters either need no special processing or are LPTSTR or
65 LPCTSTR.) 65 LPCTSTR.)
66 override indidates a function where the prototype can be overridden
67 due to errors in Cygwin or Visual Studio.
66 soon indicates a function that should be automatically Unicode-encapsulated, 68 soon indicates a function that should be automatically Unicode-encapsulated,
67 but we're not ready to process it yet. 69 but we're not ready to process it yet.
68 no indicates a function we don't support (it will be #defined to cause 70 no indicates a function we don't support (it will be #defined to cause
69 a compile error, with the text after the function included in the 71 a compile error, with the text after the function included in the
70 erroneous definition to indicate why we don't support it). 72 erroneous definition to indicate why we don't support it).