Commit 97c781aa authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Added Ulrich Weigand's description of KERNEL32_99.

parent c56a79ad
...@@ -1930,6 +1930,10 @@ BOOL WINAPI _KERNEL32_100(HANDLE threadid,DWORD exitcode,DWORD x) ...@@ -1930,6 +1930,10 @@ BOOL WINAPI _KERNEL32_100(HANDLE threadid,DWORD exitcode,DWORD x)
/********************************************************************** /**********************************************************************
* _KERNEL32_99 * _KERNEL32_99
*
* Checks whether the clock has to be switched from daylight
* savings time to standard time or vice versa.
*
*/ */
DWORD WINAPI _KERNEL32_99(DWORD x) DWORD WINAPI _KERNEL32_99(DWORD x)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment