X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=subsystems%2Fntvdm%2Fint32.h;h=ed6a84058de12437098e4062cfb870c6f73abadb;hp=0738b0d8469afc98596b69ab76272f70514dbf90;hb=cc1f7c69853da289b7860dd053b6efe7b19c4b7b;hpb=153e815f93ea6da19b4c2815e2aceb10f60f1512 diff --git a/subsystems/ntvdm/int32.h b/subsystems/ntvdm/int32.h index 0738b0d8469..ed6a84058de 100644 --- a/subsystems/ntvdm/int32.h +++ b/subsystems/ntvdm/int32.h @@ -18,6 +18,9 @@ /* 32-bit Interrupt Identifiers */ #define EMULATOR_MAX_INT32_NUM 0xFF + 1 +#define INT_HANDLER_OFFSET 0x1000 +#define COMMON_STUB_OFFSET 0x2000 + /* FUNCTIONS ******************************************************************/ typedef VOID (WINAPI *EMULATOR_INT32_PROC)(LPWORD Stack);