[NTOSKRNL] Drop the useless Timestamp field
[reactos.git] / dll / win32 / wlnotify / precomp.h
1 /*
2 * PROJECT: ReactOS system libraries
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: dll/win32/wlnotify/precomp.h
5 * PURPOSE: Winlogon notifications common header file
6 * PROGRAMMER: Eric Kohl <eric.kohl@reactos.org>
7 */
8 #include <windows.h>
9 #include <winwlx.h>
10 #include <winsvc.h>
11
12 #include <wine/debug.h>