mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
EMX build break - OS/2 only - builtin.h is VACPP only
This commit is contained in:
parent
bded339266
commit
dec24e835d
@ -24,7 +24,9 @@
|
||||
#define NSDEFS_H
|
||||
|
||||
#include <os2.h>
|
||||
#ifdef XP_OS2_VACPP
|
||||
#include <builtin.h>
|
||||
#endif
|
||||
|
||||
#ifdef _DEBUG
|
||||
#define BREAK_TO_DEBUGGER _interrupt(3)
|
||||
|
Loading…
Reference in New Issue
Block a user