Skip to content
Snippets Groups Projects
Commit c31c2a00 authored by j's avatar j
Browse files

compile fix for cygwin

svn path=/trunk/theora/; revision=13143
parent 1cc6da0f
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
static const __attribute__((aligned(8),used)) ogg_int64_t V3= 0x0003000300030003LL;
static const __attribute__((aligned(8),used)) ogg_int64_t V804= 0x0804080408040804LL;
#if defined(__APPLE__)
#if defined(__APPLE__) || defined(__CYGWIN__)
#define MANGLE(x) "_"#x
#else
#define MANGLE(x) #x
......
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