9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/
#ifndef USE_TCL_STUBS
# define USE_TCL_STUBS
#endif
#include "tclInt.h"
/*
* For TestplatformChmod on Windows
*/
#ifdef _WIN32
#include <aclapi.h>
#endif
|
>
|
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/
#ifndef USE_TCL_STUBS
# define USE_TCL_STUBS
#endif
#include "tclInt.h"
#include "tclTomMath.h"
/*
* For TestplatformChmod on Windows
*/
#ifdef _WIN32
#include <aclapi.h>
#endif
|