Changeset 273 for trunk/databar.c
- Timestamp:
- Dec 8, 2005, 8:35:01 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/databar.c
r2 r273 1 2 /*********************************************************************** 3 4 $Id$ 5 6 databar applet 7 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2005 Steven H. Levine 10 11 Oct 15 21:42:56 2002 967 ______ databar.c 12 13 15 Oct 02 SHL Baseline 14 07 Dec 05 SHL Avoid warnings 15 16 ***********************************************************************/ 17 1 18 #define INCL_DOS 2 19 #define INCL_WIN 20 #include <os2.h> 3 21 4 #include <os2.h>5 22 #include <stdarg.h> 6 23 #include <stdio.h> … … 8 25 #include <string.h> 9 26 #include <ctype.h> 27 10 28 #include "dll\fm3dll.h" 29 #include "dll\datamin.h" 11 30 #include "dll\fm3dlg.h" 12 13 31 14 32 #ifdef NEVER … … 27 45 #endif 28 46 29 30 47 int main (int argc,char *argv[]) { 31 48 … … 35 52 36 53 strcpy(appname,"DATABAR"); 37 #ifdef NEVER 54 55 # ifdef NEVER 38 56 DosExitList(EXLST_ADD,deinit); 39 #endif 57 # endif 58 40 59 hab = WinInitialize(0); 41 60 if(hab) {
Note:
See TracChangeset
for help on using the changeset viewer.