OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [insight/] [tcl/] [win/] [tclWinInt.h] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
/*
2
 * tclWinInt.h --
3
 *
4
 *      Declarations of Windows-specific shared variables and procedures.
5
 *
6
 * Copyright (c) 1994-1996 Sun Microsystems, Inc.
7
 *
8
 * See the file "license.terms" for information on usage and redistribution
9
 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
10
 *
11
 * RCS: @(#) $Id: tclWinInt.h,v 1.1.1.1 2002-01-16 10:25:38 markom Exp $
12
 */
13
 
14
#ifndef _TCLWININT
15
#define _TCLWININT
16
 
17
#ifndef _TCLINT
18
#include "tclInt.h"
19
#endif
20
#ifndef _TCLPORT
21
#include "tclPort.h"
22
#endif
23
 
24
#ifdef BUILD_tcl
25
# undef TCL_STORAGE_CLASS
26
# define TCL_STORAGE_CLASS DLLEXPORT
27
#endif
28
 
29
/*
30
 * Some versions of Borland C have a define for the OSVERSIONINFO for
31
 * Win32s and for NT, but not for Windows 95.
32
 */
33
 
34
#ifndef VER_PLATFORM_WIN32_WINDOWS
35
#define VER_PLATFORM_WIN32_WINDOWS 1
36
#endif
37
 
38
EXTERN int              TclWinGetPlatformId(void);
39
EXTERN void             TclWinInit(HINSTANCE hInst);
40
EXTERN int              TclWinSynchSpawn(void *args, int type, void **trans,
41
                                      Tcl_Pid *pidPtr);
42
 
43
# undef TCL_STORAGE_CLASS
44
# define TCL_STORAGE_CLASS DLLIMPORT
45
 
46
#endif  /* _TCLWININT */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.