Changeset 14 for trunk/src/helpers/tmsgfile.c
- Timestamp:
- Dec 9, 2000, 8:19:42 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/tmsgfile.c
r13 r14 50 50 * Copyright (C) 1999 Christian Langanke. 51 51 * Copyright (C) 1999-2000 Ulrich Mller. 52 * This file is part of the XWorkplacesource package.53 * XWorkplaceis free software; you can redistribute it and/or modify52 * This file is part of the "XWorkplace helpers" source package. 53 * This is free software; you can redistribute it and/or modify 54 54 * it under the terms of the GNU General Public License as published 55 55 * by the Free Software Foundation, in version 2 as it comes in the … … 66 66 // as unsigned char 67 67 68 #define INCL_DOS 69 #define INCL_ERRORS 68 #define INCL_DOSFILEMGR 69 #define INCL_DOSMISC 70 #define INCL_DOSNLS 71 #define INCL_DOSERRORS 70 72 #include <os2.h> 71 73 … … 85 87 86 88 /* ****************************************************************** 87 * *88 * Declarations *89 * *89 * 90 * Declarations 91 * 90 92 ********************************************************************/ 91 93 … … 111 113 112 114 /* ****************************************************************** 113 * *114 * Text Message File Code *115 * *115 * 116 * Text Message File Code 117 * 116 118 ********************************************************************/ 117 119
Note:
See TracChangeset
for help on using the changeset viewer.