Changeset 273 for trunk/databar.c


Ignore:
Timestamp:
Dec 8, 2005, 8:35:01 AM (20 years ago)
Author:
root
Message:

Avoid warnings

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
    118#define INCL_DOS
    219#define INCL_WIN
     20#include <os2.h>
    321
    4 #include <os2.h>
    522#include <stdarg.h>
    623#include <stdio.h>
     
    825#include <string.h>
    926#include <ctype.h>
     27
    1028#include "dll\fm3dll.h"
     29#include "dll\datamin.h"
    1130#include "dll\fm3dlg.h"
    12 
    1331
    1432#ifdef NEVER
     
    2745#endif
    2846
    29 
    3047int main (int argc,char *argv[]) {
    3148
     
    3552
    3653  strcpy(appname,"DATABAR");
    37 #ifdef NEVER
     54
     55# ifdef NEVER
    3856  DosExitList(EXLST_ADD,deinit);
    39 #endif
     57# endif
     58
    4059  hab = WinInitialize(0);
    4160  if(hab) {
Note: See TracChangeset for help on using the changeset viewer.