[ros-diffs] [sserapion] 35642: Convert to spec file.

sserapion at svn.reactos.org sserapion at svn.reactos.org
Mon Aug 25 22:52:18 CEST 2008


Author: sserapion
Date: Mon Aug 25 15:52:17 2008
New Revision: 35642

URL: http://svn.reactos.org/svn/reactos?rev=35642&view=rev
Log:
Convert to spec file.

Added:
    branches/ros-amd64-bringup/reactos/dll/win32/userenv/userenv.spec   (with props)
Removed:
    branches/ros-amd64-bringup/reactos/dll/win32/userenv/userenv.def
Modified:
    branches/ros-amd64-bringup/reactos/dll/win32/userenv/userenv.rbuild

Removed: branches/ros-amd64-bringup/reactos/dll/win32/userenv/userenv.def
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/win32/userenv/userenv.def?rev=35641&view=auto
==============================================================================
--- branches/ros-amd64-bringup/reactos/dll/win32/userenv/userenv.def [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/dll/win32/userenv/userenv.def (removed)
@@ -1,43 +1,0 @@
-LIBRARY userenv.dll
-EXPORTS
-InitializeProfiles at 0 @100 NONAME
-CreateGroupA at 8 @101 NONAME
-CreateGroupW at 8 @102 NONAME
-DeleteGroupA at 8 @103 NONAME
-DeleteGroupW at 8 @104 NONAME
-AddItemA at 36 @105 NONAME
-AddItemW at 36 @106 NONAME
-DeleteItemA at 16 @107 NONAME
-DeleteItemW at 16 @108 NONAME
-CreateUserProfileA at 8 @109 NONAME
-CreateUserProfileW at 8 @110 NONAME
-CopyProfileDirectoryA at 12 @111 NONAME
-CopyProfileDirectoryW at 12 @112 NONAME
-AddDesktopItemA at 32 @113 NONAME
-AddDesktopItemW at 32 @114 NONAME
-DeleteDesktopItemA at 8 @115 NONAME
-DeleteDesktopItemW at 8 @116 NONAME
-CreateEnvironmentBlock at 12
-DestroyEnvironmentBlock at 4
-EnterCriticalPolicySection at 4
-ExpandEnvironmentStringsForUserA at 16
-ExpandEnvironmentStringsForUserW at 16
-GetAllUsersProfileDirectoryA at 8
-GetAllUsersProfileDirectoryW at 8
-GetDefaultUserProfileDirectoryA at 8
-GetDefaultUserProfileDirectoryW at 8
-GetProfilesDirectoryA at 8
-GetProfilesDirectoryW at 8
-GetUserProfileDirectoryA at 12
-GetUserProfileDirectoryW at 12
-LeaveCriticalPolicySection at 4
-LoadUserProfileA at 8
-LoadUserProfileW at 8
-RefreshPolicy at 4
-RefreshPolicyEx at 8
-RegisterGPNotification at 8
-UnloadUserProfile at 8
-UnregisterGPNotification at 4
-WaitForUserPolicyForegroundProcessing at 0
-WaitForMachinePolicyForegroundProcessing at 0
-;EOF

Modified: branches/ros-amd64-bringup/reactos/dll/win32/userenv/userenv.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/win32/userenv/userenv.rbuild?rev=35642&r1=35641&r2=35642&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/dll/win32/userenv/userenv.rbuild [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/dll/win32/userenv/userenv.rbuild [iso-8859-1] Mon Aug 25 15:52:17 2008
@@ -1,5 +1,5 @@
 <module name="userenv" type="win32dll" baseaddress="${BASEADDRESS_USERENV}" installbase="system32" installname="userenv.dll">
-	<importlibrary definition="userenv.def" />
+	<importlibrary definition="userenv.spec.def" />
 	<include base="userenv">.</include>
 	<define name="_WIN32_IE">0x0500</define>
 	<define name="_WIN32_WINNT">0x0600</define>
@@ -20,4 +20,5 @@
 	<file>setup.c</file>
 	<file>userenv.c</file>
 	<file>userenv.rc</file>
+	<file>userenv.spec</file>
 </module>

Added: branches/ros-amd64-bringup/reactos/dll/win32/userenv/userenv.spec
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/win32/userenv/userenv.spec?rev=35642&view=auto
==============================================================================
--- branches/ros-amd64-bringup/reactos/dll/win32/userenv/userenv.spec (added)
+++ branches/ros-amd64-bringup/reactos/dll/win32/userenv/userenv.spec [iso-8859-1] Mon Aug 25 15:52:17 2008
@@ -1,0 +1,42 @@
+ @ stdcall CreateEnvironmentBlock(ptr ptr long)
+ @ stdcall DestroyEnvironmentBlock(ptr)
+ @ stdcall ExpandEnvironmentStringsForUserA(ptr str ptr long)
+ @ stdcall ExpandEnvironmentStringsForUserW(ptr wstr ptr long)
+ @ stdcall GetProfilesDirectoryA(ptr ptr)
+ @ stdcall GetProfilesDirectoryW(ptr ptr)
+ @ stub GetProfileType
+ @ stdcall GetUserProfileDirectoryA(ptr ptr ptr)
+ @ stdcall GetUserProfileDirectoryW(ptr ptr ptr)
+ @ stdcall LoadUserProfileA(ptr ptr)
+ @ stdcall LoadUserProfileW(ptr ptr)
+ @ stdcall RegisterGPNotification(long long)
+ @ stdcall UnloadUserProfile(ptr ptr)
+ @ stdcall UnregisterGPNotification(long)
+100 stdcall -noname InitializeProfiles()
+101 stdcall -noname CreateGroupA(str long)
+102 stdcall -noname CreateGroupW(wstr long)
+103 stdcall -noname DeleteGroupA(str long)
+104 stdcall -noname DeleteGroupW(wstr long)
+105 stdcall -noname AddItemA(str long str str str long str long long)
+106 stdcall -noname AddItemW(wstr long wstr wstr wstr long wstr long long)
+107 stdcall -noname DeleteItemA(str long str long)
+108 stdcall -noname DeleteItemW(wstr long wstr long)
+109 stdcall -noname CreateUserProfileA(ptr str)
+110 stdcall -noname CreateUserProfileW(ptr wstr)
+111 stdcall -noname CopyProfileDirectoryA(str str long)
+112 stdcall -noname CopyProfileDirectoryW(wstr wstr long)
+113 stdcall -noname AddDesktopItemA(long str str str long str long long)
+114 stdcall -noname AddDesktopItemW(long wstr wstr wstr long wstr long long)
+115 stdcall -noname DeleteDesktopItemA(long str)
+116 stdcall -noname DeleteDesktopItemW(long wstr)
+ @ stdcall EnterCriticalPolicySection(long)
+ @ stdcall GetAllUsersProfileDirectoryA(str ptr)
+ @ stdcall GetAllUsersProfileDirectoryW(wstr ptr)
+ @ stdcall GetDefaultUserProfileDirectoryA(str ptr)
+ @ stdcall GetDefaultUserProfileDirectoryW(wstr ptr)
+ @ stdcall LeaveCriticalPolicySection(long)
+ @ stdcall RefreshPolicy(long)
+ @ stdcall RefreshPolicyEx(long long)
+ @ stdcall WaitForUserPolicyForegroundProcessing()
+ @ stdcall WaitForMachinePolicyForegroundProcessing()
+

Propchange: branches/ros-amd64-bringup/reactos/dll/win32/userenv/userenv.spec
------------------------------------------------------------------------------
    svn:eol-style = native



More information about the Ros-diffs mailing list