mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
83acbbd523
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2072 a592a061-630c-0410-9148-cb99ea01b6c8
19 lines
468 B
C++
19 lines
468 B
C++
/* -*- C++ -*- */
|
|
/* This file is part of
|
|
* ======================================================
|
|
*
|
|
* LyX, the High Level Word Processor
|
|
*
|
|
* Copyright 1995 Matthias Ettrich
|
|
* Copyright 1995-2001 The LyX Team.
|
|
*
|
|
* ======================================================
|
|
A few prototypes and definitions needed for VMS / OpenVMS */
|
|
|
|
#ifndef VMS_DEFINES_H
|
|
#define VMS_DEFINES_H
|
|
|
|
/* Currently empty. */
|
|
|
|
#endif /* _VMS_DEFINES_H */
|