mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
12 lines
348 B
C
12 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>
|