delorie.com/archives/browse.cgi | search |
Message-ID: | <3419387B.3C96@bo.dada.it> |
Date: | Fri, 12 Sep 1997 14:41:31 +0200 |
From: | Diego Zuccato <dz AT bo DOT dada DOT it> |
Organization: | CyberSpace Software Labs BBS |
MIME-Version: | 1.0 |
To: | Vik Heyndrickx <Vik DOT Heyndrickx AT rug DOT ac DOT be> |
CC: | djgpp-workers AT delorie DOT com |
Subject: | Re: fread slowstart |
References: | <3419259E DOT 1BAC AT rug DOT ac DOT be> |
Vik Heyndrickx wrote: > Is DPMI 1.0, my handbook didn't specify this (for other DPMI calls it > does). So it was this that was already been talked about. Well, doesen't it return a 'shared' descriptor ? If so, then : if(DPMI==1.0) des=GetSharedDescriptor(...); else // DPMI 0.9 des=AllocateDescriptor(...); DosIntTable[OtherwiseUnusedIntNo]=des;
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |