More cleanups (this one will most likely break under Win32, if anyone is
working on it)
This commit is contained in:
parent
82400d4c50
commit
63482946c7
@ -6,13 +6,15 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1994, Regents of the University of California
|
* Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: dynamic_loader.h,v 1.1 1996/08/28 01:58:49 scrappy Exp $
|
* $Id: dynamic_loader.h,v 1.2 1996/11/04 08:14:05 scrappy Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
#ifndef DYNAMIC_LOADER_H
|
#ifndef DYNAMIC_LOADER_H
|
||||||
#define DYNAMIC_LOADER_H
|
#define DYNAMIC_LOADER_H
|
||||||
|
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
#ifdef MIN
|
#ifdef MIN
|
||||||
#undef MIN
|
#undef MIN
|
||||||
#undef MAX
|
#undef MAX
|
||||||
@ -22,10 +24,7 @@
|
|||||||
#define MAXPATHLEN 250
|
#define MAXPATHLEN 250
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <sys/param.h> /* for MAXPATHLEN */
|
|
||||||
#include <sys/types.h> /* for dev_t, ino_t, etc. */
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#include <wchar.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user