Austin English : apphelp: Sort specfile.

Alexandre Julliard julliard at winehq.org
Thu May 18 15:27:51 CDT 2017


Module: wine
Branch: master
Commit: 581fe7d74c5b40806dd152cea6b327abf7b0780d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=581fe7d74c5b40806dd152cea6b327abf7b0780d

Author: Austin English <austinenglish at gmail.com>
Date:   Wed May 17 22:14:41 2017 -0500

apphelp: Sort specfile.

Signed-off-by: Austin English <austinenglish at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/apphelp/apphelp.spec | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/dlls/apphelp/apphelp.spec b/dlls/apphelp/apphelp.spec
index 2b0e0c6..43a1abf 100644
--- a/dlls/apphelp/apphelp.spec
+++ b/dlls/apphelp/apphelp.spec
@@ -17,6 +17,17 @@
 @ stub ApphelpQueryModuleDataEx
 @ stub ApphelpUpdateCacheEntry
 @ stub GetPermLayers
+@ stub SE_DllLoaded
+@ stub SE_DllUnloaded
+@ stub SE_GetHookAPIs
+@ stub SE_GetMaxShimCount
+@ stub SE_GetProcAddressLoad
+@ stub SE_GetShimCount
+@ stub SE_InstallAfterInit
+@ stub SE_InstallBeforeInit
+@ stub SE_IsShimDll
+@ stub SE_LdrEntryRemoved
+@ stub SE_ProcessDying
 @ stub SdbAddLayerTagRefToQuery
 @ stub SdbApphelpNotify
 @ stub SdbApphelpNotifyExSdbApphelpNotifyEx
@@ -48,6 +59,8 @@
 @ stub SdbFreeDatabaseInformation
 @ stub SdbFreeFileInfo
 @ stub SdbFreeFlagInfo
+@ stub SdbGUIDFromString
+@ stub SdbGUIDToString
 @ stub SdbGetAppCompatDataSize
 @ stdcall SdbGetAppPatchDir(long ptr long)
 @ stub SdbGetBinaryTagData
@@ -81,8 +94,6 @@
 @ stub SdbGetTagFromTagID
 @ stub SdbGrabMatchingInfo
 @ stub SdbGrabMatchingInfoEx
-@ stub SdbGUIDFromString
-@ stub SdbGUIDToString
 @ stdcall SdbInitDatabase(long wstr)
 @ stub SdbInitDatabaseEx
 @ stub SdbIsNullGUID
@@ -111,8 +122,8 @@
 @ stub SdbQueryReinstallUpgrade
 @ stub SdbReadApphelpData
 @ stub SdbReadApphelpDetailsData
-@ stub SdbReadBinaryTag
 @ stub SdbReadBYTETag
+@ stub SdbReadBinaryTag
 @ stub SdbReadDWORDTagRef
 @ stub SdbReadEntryInformation
 @ stub SdbReadMsiTransformInfo
@@ -140,9 +151,9 @@
 @ stub SdbTagIDToTagRef
 @ stub SdbTagToString
 @ stub SdbUnregisterDatabase
+@ stub SdbWriteBYTETag
 @ stub SdbWriteBinaryTag
 @ stub SdbWriteBinaryTagFromFile
-@ stub SdbWriteBYTETag
 @ stub SdbWriteDWORDTag
 @ stub SdbWriteNULLTag
 @ stub SdbWriteQWORDTag
@@ -150,17 +161,6 @@
 @ stub SdbWriteStringTag
 @ stub SdbWriteStringTagDirect
 @ stub SdbWriteWORDTag
-@ stub SE_DllLoaded
-@ stub SE_DllUnloaded
-@ stub SE_GetHookAPIs
-@ stub SE_GetMaxShimCount
-@ stub SE_GetProcAddressLoad
-@ stub SE_GetShimCount
-@ stub SE_InstallAfterInit
-@ stub SE_InstallBeforeInit
-@ stub SE_IsShimDll
-@ stub SE_LdrEntryRemoved
-@ stub SE_ProcessDying
 @ stub SetPermLayers
 @ stub ShimDbgPrint
 @ stub ShimDumpCache




More information about the wine-cvs mailing list