Line | |
---|
1 | /* $Id: msvcrt.h,v 1.3 2000-08-22 08:09:21 phaller Exp $ */
|
---|
2 |
|
---|
3 | /* Definitions for the MS Visual C-Runtime library (MSVCRT/MSVCRT20/MSVCRT40)
|
---|
4 | *
|
---|
5 | * Copyright 1999 Jens Wiessner
|
---|
6 | * Copyright 2000 Patrick Haller
|
---|
7 | */
|
---|
8 |
|
---|
9 | #ifndef _H_MSVCRT_
|
---|
10 | #define _H_MSVCRT_
|
---|
11 |
|
---|
12 |
|
---|
13 | typedef struct
|
---|
14 | {
|
---|
15 | HANDLE handle;
|
---|
16 | int pad[7];
|
---|
17 | } CRTDLL_FILE, *PCRTDLL_FILE;
|
---|
18 |
|
---|
19 | typedef VOID (*new_handler_type)(VOID);
|
---|
20 |
|
---|
21 | // extern Defs
|
---|
22 | extern CRTDLL_FILE _iob;
|
---|
23 |
|
---|
24 |
|
---|
25 | #endif /* _H_MSVCRT_ */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.