~ubuntu-branches/ubuntu/raring/tcl8.5/raring

« back to all changes in this revision

Viewing changes to win/tclWinFile.c

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2011-06-26 11:47:14 UTC
  • mfrom: (11.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110626114714-mdw95b180f00mm08
Tags: 8.5.10-1
* New upstream release (closes: #617628).
* Changed tclsh8.5 alternative priority to 850 to make it higher than
  tclsh8.4 one.
* Bumped standards version to 3.9.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 *
11
11
 * See the file "license.terms" for information on usage and redistribution of
12
12
 * this file, and for a DISCLAIMER OF ALL WARRANTIES.
13
 
 *
14
 
 * RCS: @(#) $Id: tclWinFile.c,v 1.95.2.4 2010/04/19 07:40:41 nijtmans Exp $
15
13
 */
16
14
 
17
 
/* #define _WIN32_WINNT 0x0500 */
18
 
 
 
15
#ifndef _WIN64
 
16
#   define _USE_32BIT_TIME_T
 
17
#endif
19
18
#include "tclWinInt.h"
20
19
#include "tclFileSystem.h"
21
20
#include <winioctl.h>