win32.inc 741 B

123456789101112131415161718192021222324252627
  1. {
  2. $Id$
  3. This file is part of the Free Pascal run time library.
  4. Copyright (c) 1999-2000 by the Free Pascal development team.
  5. Win32 Types and Constants
  6. See the file COPYING.FPC, included in this distribution,
  7. for details about the copyright.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  11. **********************************************************************}
  12. {
  13. $Log$
  14. Revision 1.12 2005-02-14 17:13:32 peter
  15. * truncate log
  16. Revision 1.11 2005/02/06 13:06:20 peter
  17. * moved file and dir functions to sysfile/sysdir
  18. * win32 thread in systemunit
  19. }