Changeset 14 for trunk/src/helpers/animate.c
- Timestamp:
- Dec 9, 2000, 8:19:42 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/animate.c
r8 r14 22 22 /* 23 23 * Copyright (C) 1997-2000 Ulrich Mller. 24 * This file is part of the XWorkplacesource package.25 * XWorkplaceis free software; you can redistribute it and/or modify24 * This file is part of the "XWorkplace helpers" source package. 25 * This is free software; you can redistribute it and/or modify 26 26 * it under the terms of the GNU General Public License as published 27 27 * by the Free Software Foundation, in version 2 as it comes in the … … 38 38 // as unsigned char 39 39 40 #define INCL_DOS 41 #define INCL_DOSERRORS 40 #define INCL_DOSPROCESS 42 41 #define INCL_DOSDEVICES 43 42 #define INCL_DOSDEVIOCTL 44 45 #define INCL_WIN 43 #define INCL_DOSERRORS 44 45 #define INCL_WINPOINTERS 46 46 #define INCL_WINSYS 47 47 … … 164 164 165 165 /* ****************************************************************** 166 * *167 * Other animations *168 * *166 * 167 * Other animations 168 * 169 169 ********************************************************************/ 170 170
Note:
See TracChangeset
for help on using the changeset viewer.