mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Add license header (LGPL)
svn path=/trunk/; revision=42170
This commit is contained in:
parent
ceff19824f
commit
7fa58c4d87
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
/*
|
||||
* PROJECT: ReactOS SDK Library
|
||||
* LICENSE: LGPL, see LGPL.txt in top level directory.
|
||||
* FILE: lib/sdk/delayimp/delayimp.c
|
||||
* PURPOSE: Library for delay importing from dlls
|
||||
* PROGRAMMERS: Timo Kreuzer <timo.kreuzer@reactos.org>
|
||||
*
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include "delayimp.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue