source: sbliveos2/trunk/install/rcstub.c@ 188

Last change on this file since 188 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: 2.0 KB
Line 
1/* $Id: rcstub.c 142 2000-04-23 14:55:46Z ktk $ */
2
3/*static char *SCCSID = "@(#)rcstub.c 13.1 93/07/15";*/
4/************************ START OF SPECIFICATIONS ***************************/
5/* */
6/* SOURCE FILE NAME: RCSTUB.C */
7/* */
8/* DESCRIPTIVE NAME: Stub 'C' file used to build the CARDINFO.RC file */
9/* into CARDINFO.DLL. */
10/* */
11/****************************************************************************/
12/* */
13/* COPYRIGHT Copyright (C) 1992 IBM Corporation */
14/* */
15/* The following IBM OS/2 2.1 source code is provided to you solely for */
16/* the purpose of assisting you in your development of OS/2 2.x device */
17/* drivers. You may use this code in accordance with the IBM License */
18/* Agreement provided in the IBM Device Driver Source Kit for OS/2. This */
19/* Copyright statement may not be removed. */
20/* */
21/****************************************************************************/
22/* */
23/* STATUS: DDK #3 1993 */
24/* */
25/* ENTRY POINT: RCSTUB */
26/* */
27/*************************** END OF SPECIFICATIONS **************************/
28#include <os2.h>
29
30VOID RCSTUB()
31{
32}
Note: See TracBrowser for help on using the repository browser.