Ignore:
Timestamp:
Dec 9, 2000, 8:19:42 PM (25 years ago)
Author:
umoeller
Message:

Major updates; timers, LVM, miscellaneous.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/tmsgfile.c

    r13 r14  
    5050 *      Copyright (C) 1999 Christian Langanke.
    5151 *      Copyright (C) 1999-2000 Ulrich M”ller.
    52  *      This file is part of the XWorkplace source package.
    53  *      XWorkplace is free software; you can redistribute it and/or modify
     52 *      This file is part of the "XWorkplace helpers" source package.
     53 *      This is free software; you can redistribute it and/or modify
    5454 *      it under the terms of the GNU General Public License as published
    5555 *      by the Free Software Foundation, in version 2 as it comes in the
     
    6666    // as unsigned char
    6767
    68 #define INCL_DOS
    69 #define INCL_ERRORS
     68#define INCL_DOSFILEMGR
     69#define INCL_DOSMISC
     70#define INCL_DOSNLS
     71#define INCL_DOSERRORS
    7072#include <os2.h>
    7173
     
    8587
    8688/* ******************************************************************
    87  *                                                                  *
    88  *   Declarations                                                   *
    89  *                                                                  *
     89 *
     90 *   Declarations
     91 *
    9092 ********************************************************************/
    9193
     
    111113
    112114/* ******************************************************************
    113  *                                                                  *
    114  *   Text Message File Code                                         *
    115  *                                                                  *
     115 *
     116 *   Text Message File Code
     117 *
    116118 ********************************************************************/
    117119
Note: See TracChangeset for help on using the changeset viewer.