Skip to content

Commit

Permalink
Proper conditial
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoplitein committed Mar 23, 2014
1 parent 8cbfb7d commit efe41b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mars.c
Expand Up @@ -1326,7 +1326,7 @@ Language changes listed by -transition=id:\n\
continue;
}

#ifndef _WIN32
#if TARGET_LINUX || TARGET_OSX || TARGET_FREEBSD || TARGET_OPENBSD || TARGET_SOLARIS
if (FileName::equals(ext, global.dll_ext))
{
global.params.dllfiles->push(files[i]);
Expand Down

0 comments on commit efe41b2

Please sign in to comment.