Enable handling of MS-compatible packing push and pop pragmas. This change was
inadvertedly left out of the last import.
This commit is contained in:
parent
5493b334cc
commit
b297022008
@ -94,3 +94,7 @@ Boston, MA 02111-1307, USA. */
|
||||
This enables the test coverage code to use file locking when exiting a
|
||||
program, which avoids race conditions if the program has forked. */
|
||||
#define TARGET_HAS_F_SETLKW 1
|
||||
|
||||
/* Define this so we can compile MS code for use with WINE. */
|
||||
#define HANDLE_PRAGMA_PACK_PUSH_POP
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user