Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Win32 'syslevel' routines |
| 3 | * |
| 4 | * Copyright 1998 Ulrich Weigand |
| 5 | */ |
| 6 | |
| 7 | #ifndef __WINE_SYSLEVEL_H |
| 8 | #define __WINE_SYSLEVEL_H |
| 9 | |
Jim Aston | 2e1cafa | 1999-03-14 16:35:05 +0000 | [diff] [blame] | 10 | #include "windef.h" |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 11 | #include "winbase.h" |
| 12 | |
Alexandre Julliard | 85ed45e | 1998-08-22 19:03:56 +0000 | [diff] [blame] | 13 | extern WORD SYSLEVEL_Win16CurrentTeb; |
Ulrich Weigand | 2e30f6f | 1998-10-11 18:59:11 +0000 | [diff] [blame] | 14 | extern WORD SYSLEVEL_EmergencyTeb; |
Alexandre Julliard | 85ed45e | 1998-08-22 19:03:56 +0000 | [diff] [blame] | 15 | |
Ulrich Weigand | c5b8b3a | 1999-05-22 16:28:47 +0000 | [diff] [blame] | 16 | VOID SYSLEVEL_CheckNotLevel( INT level ); |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 17 | |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 18 | #endif /* __WINE_SYSLEVEL_H */ |