From f46cd2c217c04ac5fc57cc5748d34240f101df52 Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Wed, 22 Dec 2021 20:27:09 +0000 Subject: [PATCH] fix prior git-svn-id: svn://kolibrios.org@9460 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/develop/fasm/tags/1.71/fasm.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/programs/develop/fasm/tags/1.71/fasm.asm b/programs/develop/fasm/tags/1.71/fasm.asm index ee1c6ffd36..a7303c1fbe 100644 --- a/programs/develop/fasm/tags/1.71/fasm.asm +++ b/programs/develop/fasm/tags/1.71/fasm.asm @@ -37,13 +37,13 @@ appname equ "flat assembler " dd params,cur_dir_path ; parameters,icon ;--------------------------------------------------------------------- include 'lang.inc' -include '../../../macros.inc' +include '../../../../macros.inc' purge add,sub ; macros.inc does incorrect substitution include 'fasm.inc' -include '../../../develop/libraries/box_lib/trunk/box_lib.mac' -include '../../../KOSfuncs.inc' -include '../../../load_lib.mac' +include '../../../../develop/libraries/box_lib/trunk/box_lib.mac' +include '../../../../KOSfuncs.inc' +include '../../../../load_lib.mac' @use_library center fix true