Skip to content

Commit

Permalink
[dynpmc] fix build on MinGW32
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Jan 5, 2011
1 parent 07c6d61 commit 1e56d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dynpmc/os.pmc
Expand Up @@ -31,7 +31,7 @@ files and directories.
# include <unistd.h>
#endif

#ifdef _MSC_VER
#ifdef WIN32
/*

=item C<static int win32_can_execute(PARROT_INTERP, STRING *filename)>
Expand Down

0 comments on commit 1e56d3f

Please sign in to comment.