Author: cfinck
Date: Sat Aug 18 18:03:12 2007
New Revision: 28397
URL: http://svn.reactos.org/svn/reactos?rev=28397&view=rev
Log:
Send a LBN_SELCHANGE notification after selecting the first network component entry, so the description text gets updated.
Patch by Gregor Brunmar (gregor DOT brunmar AT home DOT se)
See issue #2577 for more details.
Modified:
trunk/reactos/dll/cpl/ncpa/ncpa.c
Modified: trunk/reactos/dll/cpl/ncpa/ncpa.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/ncpa/ncpa.c?rev=28…
==============================================================================
--- trunk/reactos/dll/cpl/ncpa/ncpa.c (original)
+++ trunk/reactos/dll/cpl/ncpa/ncpa.c Sat Aug 18 18:03:12 2007
@@ -277,6 +277,7 @@
EnumRegKeys(NICPropertyProtocolCallback,hwndDlg,HKEY_LOCAL_MACHINE,_T("System\\CurrentControlSet\\Control\\Network\\{4D36E975-E325-11CE-BFC1-08002BE10318}"));
SendDlgItemMessage(hwndDlg, IDC_COMPONENTSLIST, LB_SETCURSEL, 0, 0);
+ SendMessage(hwndDlg, WM_COMMAND, MAKEWPARAM(IDC_COMPONENTSLIST, LBN_SELCHANGE), 0);
}
break;
case WM_COMMAND:
@@ -806,3 +807,4 @@
return TRUE;
}
+
Author: cfinck
Date: Sat Aug 18 17:21:31 2007
New Revision: 28395
URL: http://svn.reactos.org/svn/reactos?rev=28395&view=rev
Log:
Use typedefs64.h in wmc instead of defining the types in the Makefile.
The definition of wchar_t can also be removed as this type is defined in windef.h if it was not defined before.
Modified:
trunk/reactos/tools/wmc/wmc.mak
trunk/reactos/tools/wmc/wmctypes.h
Modified: trunk/reactos/tools/wmc/wmc.mak
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/wmc/wmc.mak?rev=2839…
==============================================================================
--- trunk/reactos/tools/wmc/wmc.mak (original)
+++ trunk/reactos/tools/wmc/wmc.mak Sat Aug 18 17:21:31 2007
@@ -32,10 +32,6 @@
WMC_HOST_CFLAGS = -I$(WMC_BASE) $(TOOLS_CFLAGS) \
-D__USE_W32API -DWINE_UNICODE_API= -I$(UNICODE_BASE) \
- -DDWORD="unsigned int" -DDWORD_DEFINED \
- -DLONG="int" -DULONG="unsigned int" \
- -DPULONG="unsigned int *" -DLONG_DEFINED \
- -Dwchar_t="unsigned short" -D_WCHAR_T_DEFINED \
-Iinclude/reactos/wine -Iinclude/reactos -Iinclude -Iinclude/psdk
WMC_HOST_LFLAGS = $(TOOLS_LFLAGS)
Modified: trunk/reactos/tools/wmc/wmctypes.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/wmc/wmctypes.h?rev=2…
==============================================================================
--- trunk/reactos/tools/wmc/wmctypes.h (original)
+++ trunk/reactos/tools/wmc/wmctypes.h Sat Aug 18 17:21:31 2007
@@ -22,6 +22,7 @@
#define __WMC_WMCTYPES_H
#include <stdarg.h>
+#include <typedefs64.h>
#include "windef.h"
#include "winbase.h"
Author: cfinck
Date: Sat Aug 18 02:32:52 2007
New Revision: 28390
URL: http://svn.reactos.org/svn/reactos?rev=28390&view=rev
Log:
[AUDIT]
I had to break some SVN locks to add my latest commit. Here I'm undoing some of them now:
builddep.h - Remains unlocked. It just contains basic type definitions and include statements
infcommon.h - Just unlocked this file. It just contains one basic definition and two type definitions
infhost.h - Remains unlocked. It just contains the function prototypes for functions in the other source files
infhostgen.c - Locked again as I did not check this file
infhostget.c - Locked again as I did not check this file
infhostglue.c - Remains unlocked. It just contains a DbgPrint function, which can be found in many ReactOS source files
infhostput.c - Locked again as I did not check this file
inflib.mak - Just unlocked this file. No reason for a makefile to be locked.
README.txt - Just unlocked this file. No reason for a readme file to be locked.
Modified:
trunk/reactos/lib/inflib/README.txt (props changed)
trunk/reactos/lib/inflib/infcommon.h (props changed)
trunk/reactos/lib/inflib/infhostgen.c (props changed)
trunk/reactos/lib/inflib/infhostget.c (props changed)
trunk/reactos/lib/inflib/infhostput.c (props changed)
trunk/reactos/lib/inflib/inflib.mak (props changed)
Propchange: trunk/reactos/lib/inflib/README.txt
------------------------------------------------------------------------------
--- svn:needs-lock (original)
+++ svn:needs-lock (removed)
@@ -1,1 +1,0 @@
-*
Propchange: trunk/reactos/lib/inflib/infcommon.h
------------------------------------------------------------------------------
--- svn:needs-lock (original)
+++ svn:needs-lock (removed)
@@ -1,1 +1,0 @@
-*
Propchange: trunk/reactos/lib/inflib/infhostgen.c
------------------------------------------------------------------------------
svn:needs-lock = *
Propchange: trunk/reactos/lib/inflib/infhostget.c
------------------------------------------------------------------------------
svn:needs-lock = *
Propchange: trunk/reactos/lib/inflib/infhostput.c
------------------------------------------------------------------------------
svn:needs-lock = *
Propchange: trunk/reactos/lib/inflib/inflib.mak
------------------------------------------------------------------------------
--- svn:needs-lock (original)
+++ svn:needs-lock (removed)
@@ -1,1 +1,0 @@
-*