mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
25d9537fbd
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5341 a592a061-630c-0410-9148-cb99ea01b6c8
14 lines
274 B
C++
14 lines
274 B
C++
// -*- C++ -*-
|
|
/**
|
|
* \file nt_defines.h
|
|
* This file is part of LyX, the document processor.
|
|
* Licence details can be found in the file COPYING.
|
|
*
|
|
* Prototypes and definitions needed for Windows NT.
|
|
*/
|
|
|
|
#ifndef NT_DEFINES_H
|
|
#define NT_DEFINES_H
|
|
|
|
#endif // NT_DEFINES_H
|