mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 13:46:43 +00:00
18 lines
432 B
C
18 lines
432 B
C
|
/* -*- C++ -*- */
|
||
|
/* This file is part of
|
||
|
* ======================================================
|
||
|
*
|
||
|
* LyX, the High Level Word Processor
|
||
|
*
|
||
|
* Copyright (C) 1995,1996 Matthias Ettrich
|
||
|
*
|
||
|
*======================================================
|
||
|
A few prototypes and definitions needed for VMS / OpenVMS */
|
||
|
|
||
|
#ifndef _VMS_DEFINES_H
|
||
|
#define _VMS_DEFINES_H
|
||
|
|
||
|
/* Currently empty. */
|
||
|
|
||
|
#endif /* _VMS_DEFINES_H */
|