Skip to content

Commit

Permalink
Merge pull request #1834 from CyberShadow/fixes-20130404
Browse files Browse the repository at this point in the history
Visual Studio fixes
  • Loading branch information
WalterBright committed Apr 4, 2013
2 parents afd7c3d + 1abf829 commit 669855c
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 199 deletions.
2 changes: 1 addition & 1 deletion src/backend/mscoff.h
Expand Up @@ -103,7 +103,7 @@ struct syment
{ long _n_zeroes;
long _n_offset;
} _n_n;
char *_n_nptr[2];
//char *_n_nptr[2]; // Breaks struct on x64
} _n;
#define n_name _n._n_name
#define n_zeroes _n._n_n._n_zeroes
Expand Down

0 comments on commit 669855c

Please sign in to comment.