Hi Josh,

On Fri, 01 Aug 2014 17:42:09 +0000, ow...@bugs.debian.org (Debian Bug
Tracking System) wrote:
> > reopen 429315
> > # Still a bug

I didn't close the mingw32-runtime bugs arbitrarily, I checked their
reproducibility beforehand. As far as I can see oaidl.h in mingw-w64 is OK:

% cat oaidl.c
#include <oaidl.h>

int main(int argc, char **argv) {
  return SF_VARIANT;
}

% i686-w64-mingw32-gcc oaidl.c -o oaidl.exe        


In fact running that through the preprocessor reveals that oaidl.h does now
include wtypes.h.

As to your underlying bug, I believe oleauto.h isn't supposed to be included
without windows.h...

Regards,

Stephen

Attachment: signature.asc
Description: PGP signature

Reply via email to