home *** CD-ROM | disk | FTP | other *** search
- //=====================================================================
- //
- // dosx.cpp
- //
- // Global variables needed for Dos Extender / DPMI
- //
- // Copyright (c) 1994, Kevin Morgan, All rights reserved.
- //
- //=====================================================================
- #include <stdio.h>
-
- #include "dpmish.h"
- #include "dosext.h"
-
- DpmiApplication Dpmi;
-
- DosExtender dosX;
-
-