Skip to content

Commit

Permalink
Test for _MSVC_ s/b #ifdef not #if.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fish-Git committed Apr 9, 2013
1 parent 9353539 commit 0e383b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdiagf18.c
Expand Up @@ -93,7 +93,7 @@ CPB cap =
#endif /* defined(NFILE) */
,
/* Indicate if large files supported */
#if ( _MSVC_ )
#if defined( _MSVC_ )
0x80
#elif defined(_LFS_LARGEFILE) || ( defined(SIZEOF_OFF_T) && SIZEOF_OFF_T > 4 )
0x80
Expand Down

0 comments on commit 0e383b2

Please sign in to comment.