Changeset 1ae8d91


Ignore:
Timestamp:
May 9, 2016, 8:02:55 PM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
6b7f54d
Parents:
9e4e389
Message:

src/utils/windll.c: fix mingw cross-compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/utils/windll.c

    r9e4e389 r1ae8d91  
    2929#ifdef HAVE_WIN_HACKS
    3030
     31#ifndef __GNUC__ // do not include msvc headers when using gcc/mingw32
     32
    3133// latest version
    3234#include <SDKDDKVer.h>
    3335// for earlier versions, include WinSDKVer.h and set _WIN32_WINNT macro
     36
     37#endif /* __GNUC__ */
    3438
    3539#define WIN32_LEAN_AND_MEAN
Note: See TracChangeset for help on using the changeset viewer.