mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +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 <windows.h>
|
||||||
#include "delayimp.h"
|
#include "delayimp.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue