Skip to content

Commit

Permalink
Renamed MsvcLibX's windowsU.h as windows.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
JFLarvoire committed Sep 15, 2016
1 parent e26db8d commit e41fc24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions C/SRC/truename.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
\*****************************************************************************/

#define PROGRAM_VERSION "1.1.1"
#define PROGRAM_DATE "2016-09-12"
#define PROGRAM_DATE "2016-09-15"

#define _CRT_SECURE_NO_WARNINGS 1 /* Avoid Visual C++ 2005 security warnings */

Expand Down Expand Up @@ -59,7 +59,7 @@ DEBUG_GLOBALS /* Define global variables used by debugging macros. (Necessary fo
#define OS_NAME "Win32"
#endif

#include <windowsU.h> /* Include MsvcLibX' WIN32 UTF-8 extensions */
#include <windows.h> /* Also includes MsvcLibX' WIN32 UTF-8 extensions */

#define cp codePage /* Initial console code page in iconv.c */

Expand Down Expand Up @@ -218,7 +218,7 @@ int main(int argc, char *argv[]) {
/* Correct the pathname case.
This is necessary because both command line arguments, and link targets,
may not match the actual targets names case */
/* FixNameCase(buf); /* Already done by GetLongPathName() */ */
/* FixNameCase(buf); /* Already done by GetLongPathName() */
printf("%s\n", buf);
} else {
report_err:
Expand Down

0 comments on commit e41fc24

Please sign in to comment.