home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / tvision / dpmi / clib / dosx.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-28  |  404 b   |  20 lines

  1. //=====================================================================
  2. //
  3. //  dosx.cpp
  4. //
  5. //  Global variables needed for Dos Extender / DPMI
  6. //
  7. //  Copyright (c) 1994, Kevin Morgan, All rights reserved.
  8. //
  9. //=====================================================================
  10. #include <stdio.h>
  11.  
  12. #include "dpmish.h"
  13. #include "dosext.h"
  14.  
  15. DpmiApplication Dpmi;
  16.  
  17. DosExtender dosX;
  18.  
  19.  
  20.