From e41fc240973d9ebd03f8b184391c545ec8f6de1d Mon Sep 17 00:00:00 2001 From: JFLarvoire Date: Thu, 15 Sep 2016 18:39:03 +0200 Subject: [PATCH] Renamed MsvcLibX's windowsU.h as windows.h. --- C/SRC/truename.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/C/SRC/truename.c b/C/SRC/truename.c index 90f35ebd..05aa7297 100644 --- a/C/SRC/truename.c +++ b/C/SRC/truename.c @@ -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 */ @@ -59,7 +59,7 @@ DEBUG_GLOBALS /* Define global variables used by debugging macros. (Necessary fo #define OS_NAME "Win32" #endif -#include /* Include MsvcLibX' WIN32 UTF-8 extensions */ +#include /* Also includes MsvcLibX' WIN32 UTF-8 extensions */ #define cp codePage /* Initial console code page in iconv.c */ @@ -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: