source: sbliveos2/trunk/runtime/devhelp.c@ 724

Last change on this file since 724 was 142, checked in by ktk, 25 years ago

Import

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 227 bytes
Line 
1/* $Id: devhelp.c 142 2000-04-23 14:55:46Z ktk $ */
2
3/* DEVHELP.C - Defines _Device_Help variable for devhelp.h
4
5 MODIFICATION HISTORY
6 DATE PROGRAMMER COMMENT
7 01-Jul-95 Timur Tabi Creation
8*/
9
10#define INCL_NOPMAPI
11#include <os2.h>
12
13PFN Device_Help;
Note: See TracBrowser for help on using the repository browser.