From 6b349cca787911830f5b3f5fc0a26b74d1149fc6 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Mon, 24 Mar 2003 13:45:27 +0000 Subject: [PATCH] Added leading semicolons to comment lines svn path=/trunk/; revision=4422 --- reactos/lib/advapi32/advapi32.def | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/reactos/lib/advapi32/advapi32.def b/reactos/lib/advapi32/advapi32.def index dfa19f39405..08cf5e305db 100644 --- a/reactos/lib/advapi32/advapi32.def +++ b/reactos/lib/advapi32/advapi32.def @@ -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