reactos/dll/win32/wlnotify/precomp.h

13 lines
348 B
C

/*
* PROJECT: ReactOS system libraries
* LICENSE: GPL - See COPYING in the top level directory
* FILE: dll/win32/wlnotify/precomp.h
* PURPOSE: Winlogon notifications common header file
* PROGRAMMER: Eric Kohl <eric.kohl@reactos.org>
*/
#include <windows.h>
#include <winwlx.h>
#include <winsvc.h>
#include <wine/debug.h>