commit | 7313b78619236c1e89e58e57f757c1aa8962a146 | [log] [tgz] |
---|---|---|
author | James Juran <jamesjuran@alumni.psu.edu> | Tue Mar 13 23:33:26 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Mar 13 23:33:26 2001 +0000 |
tree | f2560ca03b52f27302793e88437a5f586c903ea3 | |
parent | fafc6fbffe81b3e706cb649fcc7d1cd419b341a7 [diff] [blame] |
Added stub for SetThreadExecutionState (new function in Win98/2000).
diff --git a/include/winnt.h b/include/winnt.h index a1428ce..fb430e1 100644 --- a/include/winnt.h +++ b/include/winnt.h
@@ -342,6 +342,7 @@ typedef LONG HRESULT; typedef DWORD LCID, *PLCID; typedef WORD LANGID; +typedef DWORD EXECUTION_STATE; /* Handle type */