Changeset 14 for trunk/include/helpers/cnrh.h
- Timestamp:
- Dec 9, 2000, 8:19:42 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/cnrh.h
r7 r14 17 17 18 18 /* Copyright (C) 1997-2000 Ulrich Mller. 19 * This file is part of the XWorkplacesource package.20 * XWorkplaceis free software; you can redistribute it and/or modify19 * This file is part of the "XWorkplace helpers" source package. 20 * This is free software; you can redistribute it and/or modify 21 21 * it under the terms of the GNU General Public License as published 22 22 * by the Free Software Foundation, in version 2 as it comes in the … … 40 40 41 41 /* ****************************************************************** 42 * *43 * Details view field infos *44 * *42 * 43 * Details view field infos 44 * 45 45 ********************************************************************/ 46 46 … … 108 108 109 109 /* ****************************************************************** 110 * *111 * Record core management *112 * *110 * 111 * Record core management 112 * 113 113 ********************************************************************/ 114 114 … … 175 175 176 176 /* ****************************************************************** 177 * *178 * CNRINFO management *179 * *177 * 178 * CNRINFO management 179 * 180 180 ********************************************************************/ 181 181 … … 403 403 404 404 /* ****************************************************************** 405 * *406 * View management *407 * *405 * 406 * View management 407 * 408 408 ********************************************************************/ 409 409 … … 472 472 473 473 /* ****************************************************************** 474 * *475 * Record relations/iteration *476 * *474 * 475 * Record relations/iteration 476 * 477 477 ********************************************************************/ 478 478 … … 480 480 PRECORDCORE precc); 481 481 482 typedef ULONG (EXPENTRY FNCBRECC)(HWND, PRECORDCORE, ULONG, ULONG);482 typedef ULONG EXPENTRY FNCBRECC(HWND, PRECORDCORE, ULONG, ULONG); 483 483 typedef FNCBRECC *PFNCBRECC; 484 484 … … 539 539 540 540 /* ****************************************************************** 541 * *542 * Miscellaneous *543 * *541 * 542 * Miscellaneous 543 * 544 544 ********************************************************************/ 545 545
Note:
See TracChangeset
for help on using the changeset viewer.