mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 21:22:24 +00:00
[MSAFD] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114
svn path=/trunk/; revision=69784
This commit is contained in:
parent
141b1d1f5a
commit
df7fdc87d3
7 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS Ancillary Function Driver DLL
|
* PROJECT: ReactOS Ancillary Function Driver DLL
|
||||||
* FILE: include/helpers.h
|
* FILE: dll/win32/msafd/include/helpers.h
|
||||||
* PURPOSE: Definitions for helper DLL management
|
* PURPOSE: Definitions for helper DLL management
|
||||||
*/
|
*/
|
||||||
#ifndef __HELPERS_H
|
#ifndef __HELPERS_H
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS Ancillary Function Driver DLL
|
* PROJECT: ReactOS Ancillary Function Driver DLL
|
||||||
* FILE: misc/dllmain.c
|
* FILE: dll/win32/msafd/misc/dllmain.c
|
||||||
* PURPOSE: DLL entry point
|
* PURPOSE: DLL entry point
|
||||||
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
||||||
* Alex Ionescu (alex@relsoft.net)
|
* Alex Ionescu (alex@relsoft.net)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS Ancillary Function Driver DLL
|
* PROJECT: ReactOS Ancillary Function Driver DLL
|
||||||
* FILE: misc/event.c
|
* FILE: dll/win32/msafd/misc/event.c
|
||||||
* PURPOSE: Event handling
|
* PURPOSE: Event handling
|
||||||
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
||||||
* Alex Ionescu (alex@relsoft.net)
|
* Alex Ionescu (alex@relsoft.net)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS Ancillary Function Driver DLL
|
* PROJECT: ReactOS Ancillary Function Driver DLL
|
||||||
* FILE: misc/helpers.c
|
* FILE: dll/win32/msafd/misc/helpers.c
|
||||||
* PURPOSE: Helper DLL management
|
* PURPOSE: Helper DLL management
|
||||||
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
||||||
* Alex Ionescu (alex@relsoft.net)
|
* Alex Ionescu (alex@relsoft.net)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS Ancillary Function Driver DLL
|
* PROJECT: ReactOS Ancillary Function Driver DLL
|
||||||
* FILE: misc/sndrcv.c
|
* FILE: dll/win32/msafd/misc/sndrcv.c
|
||||||
* PURPOSE: Send/receive routines
|
* PURPOSE: Send/receive routines
|
||||||
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
||||||
* Alex Ionescu (alex@relsoft.net)
|
* Alex Ionescu (alex@relsoft.net)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS Ancillary Function Driver DLL
|
* PROJECT: ReactOS Ancillary Function Driver DLL
|
||||||
* FILE: misc/stubs.c
|
* FILE: dll/win32/msafd/misc/stubs.c
|
||||||
* PURPOSE: Stubs
|
* PURPOSE: Stubs
|
||||||
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
||||||
* REVISIONS:
|
* REVISIONS:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS Ancillary Function Driver DLL
|
* PROJECT: ReactOS Ancillary Function Driver DLL
|
||||||
* FILE: include/msafd.h
|
* FILE: dll/win32/msafd/msafd.h
|
||||||
* PURPOSE: Ancillary Function Driver DLL header
|
* PURPOSE: Ancillary Function Driver DLL header
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue