[Mingw-w64-public] [PATCH] headers: Add IWMColorConvProps interface in wmcodecdsp.idl.

2020-10-06 Thread Biswapriyo Nath
From 75b3332567480b6408897d752531a8ec320ea5b6 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 7 Oct 2020 10:15:21 +0530 Subject: [PATCH] headers: Add IWMColorConvProps interface in wmcodecdsp.idl. Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/wmcodecdsp.idl | 17 ++

Re: [Mingw-w64-public] A problem with getcwd() and chdir()

2020-10-06 Thread JonY via Mingw-w64-public
On 10/6/20 8:12 PM, Arjen Markus wrote: Hello, I have run into a problem with the functions getcwd() and chdir() used via the GCC compiler under MinGW. I try to use the directory "/home" (well, just an example): ls /home cd /home give no problem, but chdir("/home") in a C program fails. I used g

[Mingw-w64-public] A problem with getcwd() and chdir()

2020-10-06 Thread Arjen Markus
Hello, I have run into a problem with the functions getcwd() and chdir() used via the GCC compiler under MinGW. I try to use the directory "/home" (well, just an example): ls /home cd /home give no problem, but chdir("/home") in a C program fails. I used getcwd() to see what the actual directory n