Convert to spec. Minor 64bit fixes.

svn path=/branches/ros-amd64-bringup/; revision=36470
This commit is contained in:
Samuel Serapion
2008-09-24 10:52:32 +00:00
parent bfd898eae6
commit bb39afaeaf
4 changed files with 5 additions and 9 deletions
+2 -2
View File
@@ -270,9 +270,9 @@ AddUsersToGroup(HWND hwndDlg,
// 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++)
{
-6
View File
@@ -1,6 +0,0 @@
LIBRARY usrmgr.cpl
EXPORTS
CPlApplet@16
; EOF
+2 -1
View File
@@ -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>
+1
View File
@@ -0,0 +1 @@
@ stdcall CPlApplet(ptr long ptr ptr)