mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[ACLAYERS][ACGENRAL] Update license headers + include cleanup.
svn path=/trunk/; revision=75801
This commit is contained in:
parent
f65d8f9140
commit
cd21e2fbda
8 changed files with 57 additions and 50 deletions
|
@ -1,12 +1,13 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Shim library
|
||||
* FILE: dll/appcompat/shims/genral/ignoredbgout.c
|
||||
* PURPOSE: Ignore debug output shim
|
||||
* PROGRAMMER: Mark Jansen
|
||||
* PROJECT: ReactOS 'General' Shim library
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: Ignore debug output shim
|
||||
* COPYRIGHT: Copyright 2017 Mark Jansen (mark.jansen@reactos.org)
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <shimlib.h>
|
||||
#include <strsafe.h>
|
||||
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Shim library
|
||||
* FILE: dll/appcompat/shims/genral/main.c
|
||||
* PURPOSE: Shim entrypoint
|
||||
* PROGRAMMER: Mark Jansen
|
||||
* PROJECT: ReactOS 'General' Shim library
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: Shim entrypoint
|
||||
* COPYRIGHT: Copyright 2016,2017 Mark Jansen (mark.jansen@reactos.org)
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <strsafe.h>
|
||||
#include <shimlib.h>
|
||||
|
||||
|
|
|
@ -1,12 +1,15 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Shim library
|
||||
* FILE: dll/appcompat/shims/genral/themes.c
|
||||
* PURPOSE: Theme related shims
|
||||
* PROGRAMMER: Mark Jansen (mark.jansen@reactos.org)
|
||||
* PROJECT: ReactOS 'General' Shim library
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: Theme related shims
|
||||
* COPYRIGHT: Copyright 2016,2017 Mark Jansen (mark.jansen@reactos.org)
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winuser.h>
|
||||
#include <wingdi.h>
|
||||
#include <shimlib.h>
|
||||
#include <strsafe.h>
|
||||
#include <uxtheme.h>
|
||||
|
|
|
@ -1,14 +1,16 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Shim library
|
||||
* FILE: dll/appcompat/shims/layer/dispmode.c
|
||||
* PURPOSE: Display settings related shims
|
||||
* PROGRAMMER: Mark Jansen
|
||||
* PROJECT: ReactOS 'Layers' Shim library
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: Display settings related shims
|
||||
* COPYRIGHT: Copyright 2016,2017 Mark Jansen (mark.jansen@reactos.org)
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <wingdi.h>
|
||||
#include <winuser.h>
|
||||
#include <shimlib.h>
|
||||
#include <strsafe.h>
|
||||
|
||||
|
||||
#define SHIM_NS Force8BitColor
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Shim library
|
||||
* FILE: dll/appcompat/shims/layer/main.c
|
||||
* PURPOSE: Shim entrypoint
|
||||
* PROGRAMMER: Mark Jansen
|
||||
* PROJECT: ReactOS 'Layers' Shim library
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: Shim entrypoint
|
||||
* COPYRIGHT: Copyright 2016,2017 Mark Jansen (mark.jansen@reactos.org)
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <strsafe.h>
|
||||
#include <shimlib.h>
|
||||
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Shim library
|
||||
* FILE: dll/appcompat/shims/layer/versionlie.c
|
||||
* PURPOSE: Version lie shims
|
||||
* PROGRAMMER: Mark Jansen
|
||||
* PROJECT: ReactOS 'Layers' Shim library
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: Version lie shims
|
||||
* COPYRIGHT: Copyright 2016,2017 Mark Jansen (mark.jansen@reactos.org)
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <shimlib.h>
|
||||
#include <strsafe.h>
|
||||
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Shim library
|
||||
* FILE: dll/appcompat/shims/layer/versionlie.inl
|
||||
* PURPOSE: Version lie implementation helper
|
||||
* PROGRAMMER: Mark Jansen
|
||||
* PROJECT: ReactOS 'Layers' Shim library
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: Version lie implementation helper
|
||||
* COPYRIGHT: Copyright 2016,2017 Mark Jansen (mark.jansen@reactos.org)
|
||||
*/
|
||||
|
||||
|
||||
#include <setup_shim.inl>
|
||||
|
||||
DWORD WINAPI SHIM_OBJ_NAME(APIHook_GetVersion)()
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Shim library
|
||||
* FILE: dll/appcompat/shims/layer/vmhorizon.c
|
||||
* PURPOSE: Shim for VMWare Horizon setup
|
||||
* PROGRAMMER: Thomas Faber (thomas.faber@reactos.org)
|
||||
* Mark Jansen (mark.jansen@reactos.org)
|
||||
* PROJECT: ReactOS 'Layers' Shim library
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: Shim for VMWare Horizon setup
|
||||
* COPYRIGHT: Copyright 2017 Thomas Faber (thomas.faber@reactos.org)
|
||||
* Copyright 2017 Mark Jansen (mark.jansen@reactos.org)
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windows.h>
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <shimlib.h>
|
||||
#include "ntndk.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue