From 412d91902adc9734f1c2b004c3527c850eb37707 Mon Sep 17 00:00:00 2001 From: Ulf Wohlers Date: Sun, 16 Feb 2003 14:51:17 +0000 Subject: [PATCH] Added DOS_PSP::FindEntryByHandle Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@669 --- include/dos_inc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dos_inc.h b/include/dos_inc.h index af5abcf7..1c4036bd 100644 --- a/include/dos_inc.h +++ b/include/dos_inc.h @@ -260,6 +260,7 @@ public: void SetFCB2 (RealPt src); void SetCommandTail (RealPt src); bool SetNumFiles (Bit16u fileNum); + Bit16u FindEntryByHandle (Bit8u handle); private: #pragma pack(1)