X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=blobdiff_plain;f=src%2Flib%2F16_head.c;h=25be7dab7d387519ee252e031a5deefef6506c93;hp=b371d10907ca3c7d8f2ec4cc20fb71a0489d4d3f;hb=5af1604f7af6c1d1ab94299bfe6a4195b203a323;hpb=7f4d4eb8dd949433a9f66a6e4f26fb5bf51064ad diff --git a/src/lib/16_head.c b/src/lib/16_head.c index b371d109..25be7dab 100755 --- a/src/lib/16_head.c +++ b/src/lib/16_head.c @@ -22,6 +22,11 @@ #include "src/lib/16_head.h" +//cpu reg stuff for _AX, _BX, _CX, _DX +#ifdef __WATCOMC__ +union regs CPURegs; +#endif + // big global status text buffer char global_temp_status_text[512]; char global_temp_status_text2[512];