Skip to content

Commit

Permalink
hdr: remove redundant definition of delay() function from dos.h (#1411)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak authored Feb 19, 2025
1 parent 9d2454f commit 60aa303
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bld/hdr/watcom/deps.mif
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ h/conio.h : $(mh_dir)/conio.mh $(owhdr) $(cplus) ../_valist.sp
h/crtdbg.h : $(mh_dir)/crtdbg.mh $(owhdr) $(cplus)
h/ctype.h : $(ctype_deps)
h/direct.h : $(mh_dir)/direct.mh $(owhdr) ../lfndos.sp ../systypes.sp $(cplus) $(packll) ../wchar_t.sp $(maxpath_sp) ../dskfreet.sp ../getdcwd.sp ../getcwd.sp ../dirfind.sp ../chdir.sp ../mkdir.sp ../rmdir.sp
h/dos.h : $(mh_dir)/dos.mh $(owhdr) ../lfndos.sp $(cplus) $(packll) ../wchar_t.sp $(maxpath_sp) ../dirattr.sp ../dskfreet.sp ../delay.sp
h/dos.h : $(mh_dir)/dos.mh $(owhdr) ../lfndos.sp $(cplus) $(packll) ../wchar_t.sp $(maxpath_sp) ../dirattr.sp ../dskfreet.sp
h/dosfunc.h : $(mh_dir)/dosfunc.mh $(owhdr)
h/eh.h : $(mh_dir)/eh.mh $(owhdr) ../cpponly.sp
h/endian.h : $(mh_dir)/endian.mh $(owhdrcnt) $(posixext)
Expand Down
1 change: 0 additions & 1 deletion bld/hdr/watcom/dos.mh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ struct _wfind_t {

:include dskfreet.sp

:include delay.sp
_WCRTLINK extern int _islfn( const char *__path );
_WCRTLINK extern char *_lfntosfn( const char *__orgname, char *__shortname );
_WCRTLINK extern int bdos( int __dosfn, unsigned int __dx, unsigned int __al);
Expand Down

0 comments on commit 60aa303

Please sign in to comment.