Deleted Added
full compact
apptype.c (133359) apptype.c (169962)
1/*
2 * Adapted from: apptype.c, Written by Eberhard Mattes and put into the
3 * public domain
4 *
5 * Notes: 1. Qualify the filename so that DosQueryAppType does not do extraneous
6 * searches.
7 *
8 * 2. DosQueryAppType will return FAPPTYP_DOS on a file ending with ".com"

--- 18 unchanged lines hidden (view full) ---

27#include "file.h"
28
29#include <stdio.h>
30#include <stdlib.h>
31#include <string.h>
32
33
34#ifndef lint
1/*
2 * Adapted from: apptype.c, Written by Eberhard Mattes and put into the
3 * public domain
4 *
5 * Notes: 1. Qualify the filename so that DosQueryAppType does not do extraneous
6 * searches.
7 *
8 * 2. DosQueryAppType will return FAPPTYP_DOS on a file ending with ".com"

--- 18 unchanged lines hidden (view full) ---

27#include "file.h"
28
29#include <stdio.h>
30#include <stdlib.h>
31#include <string.h>
32
33
34#ifndef lint
35FILE_RCSID("@(#)$Id: apptype.c,v 1.6 2003/11/11 20:01:45 christos Exp $")
35FILE_RCSID("@(#)$File: apptype.c,v 1.7 2007/01/12 17:38:27 christos Exp $")
36#endif /* lint */
37
38#ifdef __EMX__
39#include <io.h>
40#define INCL_DOSSESMGR
41#define INCL_DOSERRORS
42#define INCL_DOSFILEMGR
43#include <os2.h>

--- 127 unchanged lines hidden ---
36#endif /* lint */
37
38#ifdef __EMX__
39#include <io.h>
40#define INCL_DOSSESMGR
41#define INCL_DOSERRORS
42#define INCL_DOSFILEMGR
43#include <os2.h>

--- 127 unchanged lines hidden ---