1999-09-27 18:44:28 +00:00
|
|
|
/* -*- C++ -*- */
|
|
|
|
/* This file is part of
|
1999-11-15 12:01:38 +00:00
|
|
|
* ======================================================
|
1999-09-27 18:44:28 +00:00
|
|
|
*
|
|
|
|
* LyX, the High Level Word Processor
|
|
|
|
*
|
2000-01-24 18:34:46 +00:00
|
|
|
* Copyright 1995 Matthias Ettrich
|
|
|
|
* Copyright 1995-1998 The LyX Team.
|
1999-09-27 18:44:28 +00:00
|
|
|
*
|
1999-11-15 12:01:38 +00:00
|
|
|
* ======================================================
|
1999-09-27 18:44:28 +00:00
|
|
|
A few prototypes and definitions needed for Windows NT */
|
|
|
|
|
|
|
|
/* Hacks to get LyX running under Win-NT w. Cygnus b19 (steven@cs.uu.nl) */
|
|
|
|
|
|
|
|
#ifndef NT_DEFINES_H
|
|
|
|
#define NT_DEFINES_H
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* NT_DEFINES_H */
|