mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
d8b96c598c
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@443 a592a061-630c-0410-9148-cb99ea01b6c8
20 lines
525 B
C++
20 lines
525 B
C++
/* -*- C++ -*- */
|
|
/* This file is part of
|
|
* ======================================================
|
|
*
|
|
* LyX, the High Level Word Processor
|
|
*
|
|
* Copyright 1995 Matthias Ettrich
|
|
* Copyright 1995-1998 The LyX Team.
|
|
*
|
|
* ======================================================
|
|
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 */
|