Modified: trunk/rosapps/dflat32/dflat32.xml
Modified: trunk/rosapps/dflat32/edit.c
Modified: trunk/rosapps/dflat32/normal.c
Modified: trunk/rosapps/net/niclist/niclist.c
Modified: trunk/rosapps/net/niclist/niclist.xml
Modified: trunk/rosapps/notevil/notevil.c
Modified: trunk/rosapps/notevil/notevil.xml
Modified: trunk/rosapps/templates/dialog/page1.c
--- trunk/rosapps/dflat32/dflat32.xml 2005-09-02 21:11:17 UTC (rev 17608)
+++ trunk/rosapps/dflat32/dflat32.xml 2005-09-02 21:13:10 UTC (rev 17609)
@@ -1,4 +1,4 @@
-<module name="dflat32" type="win32cui" installbase="system32" installname="edit.exe" warnings="true">
+<module name="dflat32" type="win32cui" installbase="system32" installname="edit.exe">
<include base="ReactOS">include/wine</include>
<include base="dflat32">.</include>
<define name="__USE_W32API" />
--- trunk/rosapps/dflat32/edit.c 2005-09-02 21:11:17 UTC (rev 17608)
+++ trunk/rosapps/dflat32/edit.c 2005-09-02 21:13:10 UTC (rev 17609)
@@ -260,7 +260,6 @@
DFWINDOW wwnd;
struct stat sb;
char *Fname = FileName;
- char *Fnewname = NewFileName;
char *ermsg;
if (strcmp(FileName, Untitled))
--- trunk/rosapps/dflat32/normal.c 2005-09-02 21:11:17 UTC (rev 17608)
+++ trunk/rosapps/dflat32/normal.c 2005-09-02 21:13:10 UTC (rev 17609)
@@ -21,7 +21,7 @@
static int px = -1, py = -1;
static int diff;
static struct DfWindow dwnd = {DF_DUMMY, NULL, DfNormalProc,
- {-1,-1,-1,-1}};
+ {{-1},{-1},{-1},{-1}}};
static PCHAR_INFO Bsave;
static int Bht, Bwd;
BOOL DfWindowMoving;
--- trunk/rosapps/net/niclist/niclist.c 2005-09-02 21:11:17 UTC (rev 17608)
+++ trunk/rosapps/net/niclist/niclist.c 2005-09-02 21:13:10 UTC (rev 17609)
@@ -82,7 +82,7 @@
strDesc = (LPSTR)++wstrName;
if (!nAdapterCount) {
- printf("No Packet Adaptors found (%d)\n", AdapterLength);
+ printf("No Packet Adaptors found (%lu)\n", AdapterLength);
} else {
printf("Adaptor count: %d\n", nAdapterCount);
}
--- trunk/rosapps/net/niclist/niclist.xml 2005-09-02 21:11:17 UTC (rev 17608)
+++ trunk/rosapps/net/niclist/niclist.xml 2005-09-02 21:13:10 UTC (rev 17609)
@@ -1,4 +1,4 @@
-<module name="niclist" type="win32cui" installbase="system32" installname="niclist.exe" warnings="true">
+<module name="niclist" type="win32cui" installbase="system32" installname="niclist.exe">
<include base="niclist">.</include>
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x0501</define>
--- trunk/rosapps/notevil/notevil.c 2005-09-02 21:11:17 UTC (rev 17608)
+++ trunk/rosapps/notevil/notevil.c 2005-09-02 21:13:10 UTC (rev 17609)
@@ -254,7 +254,7 @@
lint.QuadPart = -2000000;
if( SetWaitableTimer( WaitableTimer, &lint, 200, NULL, NULL, FALSE ) == FALSE )
{
- printf( "SetWaitableTimer() failed: %x\n", GetLastError() );
+ printf( "SetWaitableTimer() failed: 0x%lx\n", GetLastError() );
return 2;
}
SetConsoleActiveScreenBuffer(ScreenBuffer);
--- trunk/rosapps/notevil/notevil.xml 2005-09-02 21:11:17 UTC (rev 17608)
+++ trunk/rosapps/notevil/notevil.xml 2005-09-02 21:13:10 UTC (rev 17609)
@@ -1,4 +1,4 @@
-<module name="notevil" type="win32cui" installbase="system32" installname="notevil.exe" warnings="true">
+<module name="notevil" type="win32cui" installbase="system32" installname="notevil.exe">
<include base="notevil">.</include>
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x0501</define>
--- trunk/rosapps/templates/dialog/page1.c 2005-09-02 21:11:17 UTC (rev 17608)
+++ trunk/rosapps/templates/dialog/page1.c 2005-09-02 21:13:10 UTC (rev 17609)
@@ -42,12 +42,6 @@
////////////////////////////////////////////////////////////////////////////////
-static void AddItem(HWND hListBox, LPCTSTR lpstr, HBITMAP hbmp)
-{
- int nItem = SendMessage(hListBox, LB_ADDSTRING, 0, (LPARAM)lpstr);
- SendMessage(hListBox, LB_SETITEMDATA, nItem, (LPARAM)hbmp);
-}
-
static TCHAR* items[] = {
_T("services"),
_T("event log"),