File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -746,4 +746,46 @@ read_ok:
746746 End Asm
747747End Sub
748748
749+
750+ ' Remove macros
751+ #undef HOOK_BASE
752+ #undef MISC_BASE
753+ #undef FSYS_BASE
754+ #undef M_GETSETDRV
755+ #undef F_OPEN
756+ #undef F_CLOSE
757+ #undef F_READ
758+ #undef F_WRITE
759+ #undef F_SEEK
760+ #undef F_GETPOS
761+ #undef F_OPENDIR
762+ #undef F_READDIR
763+ #undef F_TELLDIR
764+ #undef F_SEEKDIR
765+ #undef F_REWINDDIR
766+ #undef F_GETCWD
767+ #undef F_CHDIR
768+ #undef F_MKDIR
769+ #undef F_RMDIR
770+
771+ #undef EDOS_FMODE_READ
772+ #undef EDOS_FMODE_WRITE
773+ #undef EDOS_FMODE_OPEN_EX
774+ #undef EDOS_FMODE_OPEN_AL
775+ #undef EDOS_FMODE_CREATE_NEW
776+ #undef EDOS_FMODE_CREATE_AL
777+
778+ #undef SEEK_START
779+ #undef SEEK_CUR
780+ #undef SEEK_BKCUR
781+
782+ #undef FATTR_RDONLY
783+ #undef FATTR_HIDDEN
784+ #undef FATTR_SYSTEM
785+ #undef FATTR_VOLUME
786+ #undef FATTR_DIR
787+ #undef FATTR_ARCHIVE
788+
789+ #undef EDOS_ERR_NR
790+
749791# endif
You can’t perform that action at this time.
0 commit comments