Skip to content
Snippets Groups Projects
Commit 519064d0 authored by Julien Michel's avatar Julien Michel
Browse files

BUG: Potential segfault fix on windows

parent 2d948a38
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
// There are function prototype conflits under cygwin between standard w32 API
// and standard C ones
#ifndef CALLBACK
#if defined(__CYGWIN__)
#if defined(_WINDOWS) || defined(__CYGWIN__)
#define CALLBACK __stdcall
#else
#define CALLBACK
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment