C/C++
wright.asc
Associated article: Porting D-Flat++ to OS/2
Tags: C/C++ Design
_PORTING D-FLAT++ TO OS/2_ by Jon Wright Listing One // ------------- cursor.h -- modified for OS/2 operation - jw21sep93 #ifndef CURSOR_H #define CURSOR_H #define INCL_BASE #define INCL_NOPMAPI #include <os2.h> const int MAXSAVES = 50; // ...


