Author: sserapion
Date: Wed Sep 24 05:52:32 2008
New Revision: 36470
URL:
http://svn.reactos.org/svn/reactos?rev=36470&view=rev
Log:
Convert to spec. Minor 64bit fixes.
Added:
branches/ros-amd64-bringup/reactos/dll/cpl/usrmgr/usrmgr.spec (contents, props
changed)
- copied, changed from r36423,
branches/ros-amd64-bringup/reactos/dll/cpl/usrmgr/usrmgr.def
Removed:
branches/ros-amd64-bringup/reactos/dll/cpl/usrmgr/usrmgr.def
Modified:
branches/ros-amd64-bringup/reactos/dll/cpl/usrmgr/groupprops.c
branches/ros-amd64-bringup/reactos/dll/cpl/usrmgr/usrmgr.rbuild
Modified: branches/ros-amd64-bringup/reactos/dll/cpl/usrmgr/groupprops.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/c…
==============================================================================
--- branches/ros-amd64-bringup/reactos/dll/cpl/usrmgr/groupprops.c [iso-8859-1]
(original)
+++ branches/ros-amd64-bringup/reactos/dll/cpl/usrmgr/groupprops.c [iso-8859-1] Wed Sep 24
05:52:32 2008
@@ -270,9 +270,9 @@
// DebugPrintf(_T("Removed all users from the list!"));
/* Set group members */
- NetLocalGroupGetMembers(NULL, pGroupData->szGroupName, 1,
(LPBYTE*)&membersInfo,
+ NetLocalGroupGetMembers(NULL, pGroupData->szGroupName, 1,
(LPBYTE*)(DWORD_PTR)&membersInfo,
MAX_PREFERRED_LENGTH, &dwRead, &dwTotal,
- &resumeHandle);
+ (PDWORD_PTR)&resumeHandle);
for (i = 0; i < dwRead; i++)
{
Removed: branches/ros-amd64-bringup/reactos/dll/cpl/usrmgr/usrmgr.def
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/c…
==============================================================================
--- branches/ros-amd64-bringup/reactos/dll/cpl/usrmgr/usrmgr.def [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/dll/cpl/usrmgr/usrmgr.def (removed)
@@ -1,6 +1,0 @@
-LIBRARY usrmgr.cpl
-
-EXPORTS
-CPlApplet@16
-
-; EOF
Modified: branches/ros-amd64-bringup/reactos/dll/cpl/usrmgr/usrmgr.rbuild
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/c…
==============================================================================
--- branches/ros-amd64-bringup/reactos/dll/cpl/usrmgr/usrmgr.rbuild [iso-8859-1]
(original)
+++ branches/ros-amd64-bringup/reactos/dll/cpl/usrmgr/usrmgr.rbuild [iso-8859-1] Wed Sep
24 05:52:32 2008
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="usrmgr" type="win32dll" extension=".cpl"
baseaddress="${BASEADDRESS_USRMGR}" installbase="system32"
installname="usrmgr.cpl" unicode="yes">
- <importlibrary definition="usrmgr.def" />
+ <importlibrary definition="usrmgr.spec.def" />
<include base="usrmgr">.</include>
<define name="_WIN32_IE">0x600</define>
<define name="_WIN32_WINNT">0x501</define>
@@ -21,4 +21,5 @@
<file>users.c</file>
<file>usrmgr.c</file>
<file>usrmgr.rc</file>
+ <file>usrmgr.spec</file>
</module>
Copied: branches/ros-amd64-bringup/reactos/dll/cpl/usrmgr/usrmgr.spec (from r36423,
branches/ros-amd64-bringup/reactos/dll/cpl/usrmgr/usrmgr.def)
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/c…
==============================================================================
--- branches/ros-amd64-bringup/reactos/dll/cpl/usrmgr/usrmgr.def [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/dll/cpl/usrmgr/usrmgr.spec [iso-8859-1] Wed Sep 24
05:52:32 2008
@@ -1,6 +1,1 @@
-LIBRARY usrmgr.cpl
-
-EXPORTS
-CPlApplet@16
-
-; EOF
+@ stdcall CPlApplet(ptr long ptr ptr)
Propchange: branches/ros-amd64-bringup/reactos/dll/cpl/usrmgr/usrmgr.spec
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: branches/ros-amd64-bringup/reactos/dll/cpl/usrmgr/usrmgr.spec
------------------------------------------------------------------------------
svn:mergeinfo =