mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Added leading semicolons to comment lines
svn path=/trunk/; revision=4422
This commit is contained in:
parent
d64b0c501f
commit
6b349cca78
1 changed files with 9 additions and 8 deletions
|
@ -1,11 +1,11 @@
|
|||
$Id: advapi32.def,v 1.6 2003/02/02 19:24:43 hyperion Exp $
|
||||
|
||||
advapi32.def
|
||||
|
||||
ReactOS Operating System
|
||||
|
||||
Some stack sizes are taken from Ander Norlander's .DEFs.
|
||||
|
||||
; $Id: advapi32.def,v 1.7 2003/03/24 13:45:27 ekohl Exp $
|
||||
;
|
||||
; advapi32.def
|
||||
;
|
||||
; ReactOS Operating System
|
||||
;
|
||||
; Some stack sizes are taken from Ander Norlander's .DEFs.
|
||||
;
|
||||
LIBRARY advapi32.dll
|
||||
EXPORTS
|
||||
AbortSystemShutdownA@4
|
||||
|
@ -409,3 +409,4 @@ UnlockServiceDatabase@4
|
|||
WinLoadTrustProvider@4
|
||||
WinSubmitCertificate@4
|
||||
WinVerifyTrust@12
|
||||
; EOF
|
||||
|
|
Loading…
Reference in a new issue