Synchronize with trunk r58528.

svn path=/branches/ros-csrss/; revision=58529
This commit is contained in:
Hermès Bélusca-Maïto 2013-03-16 22:10:42 +00:00
commit c70f992aa1
474 changed files with 5276 additions and 2451 deletions

View file

@ -229,12 +229,12 @@ static void load_config(void)
/* Try to load last selected layout */ /* Try to load last selected layout */
GetProfileString(TEXT("SciCalc"), TEXT("layout"), TEXT("0"), buf, SIZEOF(buf)); GetProfileString(TEXT("SciCalc"), TEXT("layout"), TEXT("0"), buf, SIZEOF(buf));
if (_stscanf(buf, TEXT("%ld"), &calc.layout) != 1) if (_stscanf(buf, TEXT("%lu"), &calc.layout) != 1)
calc.layout = CALC_LAYOUT_STANDARD; calc.layout = CALC_LAYOUT_STANDARD;
/* Try to load last selected formatting option */ /* Try to load last selected formatting option */
GetProfileString(TEXT("SciCalc"), TEXT("UseSep"), TEXT("0"), buf, SIZEOF(buf)); GetProfileString(TEXT("SciCalc"), TEXT("UseSep"), TEXT("0"), buf, SIZEOF(buf));
if (_stscanf(buf, TEXT("%ld"), &tmp) != 1) if (_stscanf(buf, TEXT("%lu"), &tmp) != 1)
calc.usesep = FALSE; calc.usesep = FALSE;
else else
calc.usesep = (tmp == 1) ? TRUE : FALSE; calc.usesep = (tmp == 1) ? TRUE : FALSE;

View file

@ -1,5 +1,4 @@
/* $Id: dbgprint.c 24720 2006-11-11 16:07:35Z janderwald $ /*
*
* PROJECT: ReactOS DbgPrint Utility * PROJECT: ReactOS DbgPrint Utility
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: tools/dbgprint/dbgprint.c * FILE: tools/dbgprint/dbgprint.c

View file

@ -16,8 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc., * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* $Id$ /*
*
* COPYRIGHT : See COPYING in the top level directory * COPYRIGHT : See COPYING in the top level directory
* PROJECT : ReactOS/Win32 get host name * PROJECT : ReactOS/Win32 get host name
* FILE : subsys/system/hostname/hostname.c * FILE : subsys/system/hostname/hostname.c
@ -44,7 +43,7 @@ int main (int argc, char ** argv)
printf ("%s\n", ComputerName); printf ("%s\n", ComputerName);
return EXIT_SUCCESS; return EXIT_SUCCESS;
} }
fprintf (stderr, "%s: Win32 error %ld.\n", fprintf (stderr, "%s: Win32 error %lu.\n",
argv[0], GetLastError()); argv[0], GetLastError());
return EXIT_FAILURE; return EXIT_FAILURE;
}else{ }else{

View file

@ -108,7 +108,7 @@ static void LoadBoard( BOARD *p_board )
p_board->IsMarkQ = TRUE; p_board->IsMarkQ = TRUE;
for( i = 0; i < 3; i++ ) { for( i = 0; i < 3; i++ ) {
wsprintf( key_name, "Name%d", i+1 ); wsprintf( key_name, "Name%u", i+1 );
size = sizeof( data ); size = sizeof( data );
if( RegQueryValueEx( hkey, key_name, NULL, &type, if( RegQueryValueEx( hkey, key_name, NULL, &type,
(LPBYTE) data, &size ) == ERROR_SUCCESS ) (LPBYTE) data, &size ) == ERROR_SUCCESS )
@ -118,7 +118,7 @@ static void LoadBoard( BOARD *p_board )
} }
for( i = 0; i < 3; i++ ) { for( i = 0; i < 3; i++ ) {
wsprintf( key_name, "Time%d", i+1 ); wsprintf( key_name, "Time%u", i+1 );
size = sizeof( p_board->best_time[i] ); size = sizeof( p_board->best_time[i] );
if( !RegQueryValueEx( hkey, key_name, NULL, &type, if( !RegQueryValueEx( hkey, key_name, NULL, &type,
(LPBYTE) &p_board->best_time[i], &size ) == ERROR_SUCCESS ) (LPBYTE) &p_board->best_time[i], &size ) == ERROR_SUCCESS )

View file

@ -695,7 +695,7 @@ QueryEventMessages(LPWSTR lpMachineName,
else else
_snwprintf(szWindowTitle+i, dwMaxLength, L"%s", lpComputerName); _snwprintf(szWindowTitle+i, dwMaxLength, L"%s", lpComputerName);
swprintf(szStatusText, L"%s has %d event(s)", lpLogName, dwTotalRecords); swprintf(szStatusText, L"%s has %lu event(s)", lpLogName, dwTotalRecords);
// Update the status bar // Update the status bar
SendMessageW(hwndStatus, SB_SETTEXT, (WPARAM)0, (LPARAM)szStatusText); SendMessageW(hwndStatus, SB_SETTEXT, (WPARAM)0, (LPARAM)szStatusText);

View file

@ -2,13 +2,13 @@
[Section] [Section]
Name = BitTorrent Name = BitTorrent
Version = 7.7.2 Version = 7.8
Licence = Freeware for non-commercial uses Licence = Freeware for non-commercial uses
Description = The Original BitTorrent Client. Description = The Original BitTorrent Client.
Size = 956KB Size = 1012KB
Category = 5 Category = 5
URLSite = http://www.bittorrent.com/ URLSite = http://www.bittorrent.com/
URLDownload = http://download.bittorrent.com/7.7.2/BitTorrent.exe URLDownload = http://download.bittorrent.com/7.8/BitTorrent.exe
CDPath = none CDPath = none
[Section.0407] [Section.0407]

View file

@ -1,33 +1,33 @@
; UTF-8 ; UTF-8
[Section] [Section]
Name = Mozilla Firefox 17 Name = Mozilla Firefox 19
Version = 17.0.1 Version = 19.0.2
Licence = MPL/GPL/LGPL Licence = MPL/GPL/LGPL
Description = The most popular and one of the best free Web Browsers out there. Description = The most popular and one of the best free Web Browsers out there.
Size = 15.8MB Size = 15.8MB
Category = 5 Category = 5
URLSite = http://www.mozilla.com/en-US/ URLSite = http://www.mozilla.com/en-US/
URLDownload = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/17.0.1/win32/en-US/Firefox%20Setup%2017.0.1.exe URLDownload = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/19.0.2/win32/en-US/Firefox%20Setup%2019.0.2.exe
CDPath = none CDPath = none
[Section.0407] [Section.0407]
Description = Der populärste und einer der besten freien Webbrowser. Description = Der populärste und einer der besten freien Webbrowser.
Size = 15.7MB Size = 15.7MB
URLSite = http://www.mozilla-europe.org/de/ URLSite = http://www.mozilla-europe.org/de/
URLDownload = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/17.0.1/win32/de/Firefox%20Setup%2017.0.1.exe URLDownload = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/19.0.2/win32/de/Firefox%20Setup%2019.0.2.exe
[Section.040a] [Section.040a]
Description = El más popular y uno de los mejores navegadores web gratuitos que hay. Description = El más popular y uno de los mejores navegadores web gratuitos que hay.
Size = 15.6MB Size = 15.6MB
URLSite = http://www.mozilla-europe.org/es/ URLSite = http://www.mozilla-europe.org/es/
URLDownload = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/17.0.1/win32/es-ES/Firefox%20Setup%2017.0.1.exe URLDownload = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/19.0.2/win32/es-ES/Firefox%20Setup%2019.0.2.exe
[Section.040c] [Section.040c]
Description = Le navigateur web gratuit le plus populaire et l'un des meilleurs. Description = Le navigateur web gratuit le plus populaire et l'un des meilleurs.
Size = 15.9MB Size = 15.9MB
URLSite = http://www.mozilla-europe.org/fr/ URLSite = http://www.mozilla-europe.org/fr/
URLDownload = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/17.0.1/win32/fr/Firefox%20Setup%2017.0.1.exe URLDownload = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/19.0.2/win32/fr/Firefox%20Setup%2019.0.2.exe
[Section.0413] [Section.0413]
Description = De meest populaire en een van de beste gratis Web browsers. Description = De meest populaire en een van de beste gratis Web browsers.
@ -38,34 +38,34 @@ URLDownload = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/14.0.
Description = Mest populære og best også gratis nettleserene der ute. Description = Mest populære og best også gratis nettleserene der ute.
Size = 15.6MB Size = 15.6MB
URLSite = http://www.mozilla-europe.org/no/ URLSite = http://www.mozilla-europe.org/no/
URLDownload = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/17.0.1/win32/nb-NO/Firefox%20Setup%2017.0.1.exe URLDownload = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/19.0.2/win32/nb-NO/Firefox%20Setup%2019.0.2.exe
[Section.0415] [Section.0415]
Description = Najpopularniejsza i jedna z najlepszych darmowych przeglądarek internetowych. Description = Najpopularniejsza i jedna z najlepszych darmowych przeglądarek internetowych.
Size = 16.5MB Size = 16.5MB
URLSite = http://www.mozilla-europe.org/pl/ URLSite = http://www.mozilla-europe.org/pl/
URLDownload = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/17.0.1/win32/pl/Firefox%20Setup%2017.0.1.exe URLDownload = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/19.0.2/win32/pl/Firefox%20Setup%2019.0.2.exe
[Section.0418] [Section.0418]
Description = Cel mai popular și unul dintre cele mai bune navigatoare web gratuite existente. Description = Cel mai popular și unul dintre cele mai bune navigatoare web gratuite existente.
Size = 16,1 Mo Size = 16,1 Mo
URLSite = http://www.mozilla-europe.org/ro/ URLSite = http://www.mozilla-europe.org/ro/
URLDownload = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/17.0.1/win32/ro/Firefox%20Setup%2017.0.1.exe URLDownload = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/19.0.2/win32/ro/Firefox%20Setup%2019.0.2.exe
[Section.0419] [Section.0419]
Description = Один из самых популярных и лучших бесплатных браузеров. Description = Один из самых популярных и лучших бесплатных браузеров.
Size = 16.1MB Size = 16.1MB
URLSite = http://www.mozilla-europe.org/ru/ URLSite = http://www.mozilla-europe.org/ru/
URLDownload = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/17.0.1/win32/ru/Firefox%20Setup%2017.0.1.exe URLDownload = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/19.0.2/win32/ru/Firefox%20Setup%2019.0.2.exe
[Section.041b] [Section.041b]
Description = Najpopulárnejší a jeden z najlepších slobodný webových prehliadačov. Description = Najpopulárnejší a jeden z najlepších slobodný webových prehliadačov.
Size = 16.3MB Size = 16.3MB
URLSite = http://www.mozilla-europe.org/sk/ URLSite = http://www.mozilla-europe.org/sk/
URLDownload = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/17.0.1/win32/sk/Firefox%20Setup%2017.0.1.exe URLDownload = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/19.0.2/win32/sk/Firefox%20Setup%2019.0.2.exe
[Section.0422] [Section.0422]
Description = Найпопулярніший та один з кращих безплатних веб-браузерів. Description = Найпопулярніший та один з кращих безплатних веб-браузерів.
Size = 16.1MB Size = 16.1MB
URLSite = http://www.mozilla-europe.org/uk/ URLSite = http://www.mozilla-europe.org/uk/
URLDownload = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/17.0.1/win32/uk/Firefox%20Setup%2017.0.1.exe URLDownload = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/19.0.2/win32/uk/Firefox%20Setup%2019.0.2.exe

View file

@ -2,13 +2,13 @@
[Section] [Section]
Name = K Desktop Environment Name = K Desktop Environment
Version = 0.9.9-7 Version = 0.9.9-8
Licence = GPL Licence = GPL
Description = KDE for Windows. Description = KDE for Windows.
Size = 2.21MB Size = 2.21MB
Category = 15 Category = 15
URLSite = http://www.winkde.org/ URLSite = http://www.winkde.org/
URLDownload = http://www.winkde.org/pub/kde/ports/win32/installer/kdewin-installer-gui-0.9.9-7.exe URLDownload = http://www.winkde.org/pub/kde/ports/win32/installer/kdewin-installer-gui-0.9.9-8.exe
CDPath = none CDPath = none
[Section.0407] [Section.0407]

View file

@ -2,13 +2,13 @@
[Section] [Section]
Name = LibreOffice Name = LibreOffice
Version = 3.6.4 Version = 4.0.1
Licence = LGPL Licence = LGPL
Description = Former called OpenOffice. Open Source Office Suite. Description = Former called OpenOffice. Open Source Office Suite.
Size = 200.0MB Size = 200.0MB
Category = 6 Category = 6
URLSite = http://www.documentfoundation.org/ URLSite = http://www.documentfoundation.org/
URLDownload = http://download.documentfoundation.org/libreoffice/stable/3.6.4/win/x86/LibO_3.6.4_Win_x86_install_multi.msi URLDownload = http://download.documentfoundation.org/libreoffice/stable/4.0.1/win/x86/LibreOffice_4.0.1_Win_x86.msi
CDPath = none CDPath = none
[Section.0407] [Section.0407]

View file

@ -2,13 +2,13 @@
[Section] [Section]
Name = Miranda IM Name = Miranda IM
Version = 0.10.9 Version = 0.10.11
Licence = GPL Licence = GPL
Description = Open source multiprotocol instant messaging application - May not work completely. Description = Open source multiprotocol instant messaging application - May not work completely.
Size = 3.1MB Size = 3.1MB
Category = 5 Category = 5
URLSite = http://www.miranda-im.org/ URLSite = http://www.miranda-im.org/
URLDownload = http://miranda.googlecode.com/files/miranda-im-v0.10.9-unicode.exe URLDownload = http://miranda.googlecode.com/files/miranda-im-v0.10.11-unicode.exe
CDPath = none CDPath = none
[Section.0407] [Section.0407]

View file

@ -2,13 +2,13 @@
[Section] [Section]
Name = mIRC 7 Name = mIRC 7
Version = 7.27 Version = 7.29
Licence = Shareware Licence = Shareware
Description = The most popular client for the Internet Relay Chat (IRC). Description = The most popular client for the Internet Relay Chat (IRC).
Size = 1.82MB Size = 1.82MB
Category = 5 Category = 5
URLSite = http://www.mirc.com/ URLSite = http://www.mirc.com/
URLDownload = http://download.mirc.com/6/mirc727.exe URLDownload = http://download.mirc.com/7/mirc729.exe
CDPath = none CDPath = none
[Section.0407] [Section.0407]

View file

@ -8,7 +8,7 @@ Description = Open Source .net Framework.
Size = 91.9MB Size = 91.9MB
Category = 14 Category = 14
URLSite = http://www.mono-project.com/Main_Page URLSite = http://www.mono-project.com/Main_Page
URLDownload = http://download.mono-project.com/archive/2.11.4/windows-installer/mono-2.11.4-gtksharp-2.12.11-win32-0.exe URLDownload = http://download.mono-project.com/archive/2.10.9/windows-installer/0/mono-2.10.9-gtksharp-2.12.11-win32-0.exe
CDPath = none CDPath = none
[Section.040a] [Section.040a]

View file

@ -2,13 +2,13 @@
[Section] [Section]
Name = Opera Name = Opera
Version = 12.12 Version = 12.14
Licence = Freeware Licence = Freeware
Description = The popular Opera Browser with many advanced features and including a Mail and BitTorrent client. Description = The popular Opera Browser with many advanced features and including a Mail and BitTorrent client.
Size = 12.00MB Size = 12.00MB
Category = 5 Category = 5
URLSite = http://www.opera.com/ URLSite = http://www.opera.com/
URLDownload = http://ftp.opera.com/pub/opera/win/1212/int/Opera_1212_int_Setup.exe URLDownload = http://ftp.opera.com/pub/opera/win/1214/int/Opera_1214_int_Setup.exe
CDPath = none CDPath = none
[Section.0405] [Section.0405]

View file

@ -2,13 +2,13 @@
[Section] [Section]
Name = SciTE Name = SciTE
Version = 3.2.3 Version = 3.2.5
Licence = Freeware Licence = Freeware
Description = SciTE is a SCIntilla based Text Editor. Originally built to demonstrate Scintilla, it has grown to be a generally useful editor with facilities for building and running programs. Description = SciTE is a SCIntilla based Text Editor. Originally built to demonstrate Scintilla, it has grown to be a generally useful editor with facilities for building and running programs.
Size = 685kB Size = 685kB
Category = 7 Category = 7
URLSite = http://www.scintilla.org/ URLSite = http://www.scintilla.org/
URLDownload = http://heanet.dl.sourceforge.net/project/scintilla/SciTE/3.2.3/Sc323.exe URLDownload = http://heanet.dl.sourceforge.net/project/scintilla/SciTE/3.2.5/Sc325.exe
CDPath = none CDPath = none
[Section.0407] [Section.0407]

View file

@ -2,39 +2,39 @@
[Section] [Section]
Name = Mozilla SeaMonkey Name = Mozilla SeaMonkey
Version = 2.14.1 Version = 2.16.2
Licence = MPL/GPL/LGPL Licence = MPL/GPL/LGPL
Description = Mozilla Suite is alive. This is the one and only Browser, Mail, Chat, and Composer bundle you will ever need. Description = Mozilla Suite is alive. This is the one and only Browser, Mail, Chat, and Composer bundle you will ever need.
Size = 20.0MB Size = 20.0MB
Category = 5 Category = 5
URLSite = http://www.seamonkey-project.org/ URLSite = http://www.seamonkey-project.org/
URLDownload = http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/2.14.1/win32/en-US/SeaMonkey%20Setup%202.14.1.exe URLDownload = http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/2.16.2/win32/en-US/SeaMonkey%20Setup%202.16.2.exe
CDPath = none CDPath = none
[Section.0407] [Section.0407]
Description = Mozilla Suite lebt. Dies ist das einzige Browser-, Mail-, Chat- and Composerwerkzeug-Bundle welches Sie benötigen. Description = Mozilla Suite lebt. Dies ist das einzige Browser-, Mail-, Chat- and Composerwerkzeug-Bundle welches Sie benötigen.
Size = 20.0MB Size = 20.0MB
URLDownload = http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/2.14.1/win32/de/SeaMonkey%20Setup%202.14.1.exe URLDownload = http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/2.16.2/win32/de/SeaMonkey%20Setup%202.16.2.exe
[Section.040a] [Section.040a]
Description = La suite de Mozilla está viva. Es el primero y único navegador web, gestor de correo, lector de noticias, Chat y editor HTML que necesitarás. Description = La suite de Mozilla está viva. Es el primero y único navegador web, gestor de correo, lector de noticias, Chat y editor HTML que necesitarás.
Size = 19.9MB Size = 19.9MB
URLDownload = http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/2.14.1/win32/es-ES/SeaMonkey%20Setup%202.14.1.exe URLDownload = http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/2.16.2/win32/es-ES/SeaMonkey%20Setup%202.16.2.exe
[Section.040c] [Section.040c]
Description = La suite Mozilla est en vie. Ceci est le seul et l'unique package navigateur, client mail, client chat et composer dont vous aurez besoin. Description = La suite Mozilla est en vie. Ceci est le seul et l'unique package navigateur, client mail, client chat et composer dont vous aurez besoin.
Size = 20.2MB Size = 20.2MB
URLDownload = http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/2.14.1/win32/fr/SeaMonkey%20Setup%202.14.1.exe URLDownload = http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/2.16.2/win32/fr/SeaMonkey%20Setup%202.16.2.exe
[Section.0413] [Section.0413]
Description = Mozilla Suite bundelt alle applicaties voor het Web: Browser, Mail, Chat, Composer. Description = Mozilla Suite bundelt alle applicaties voor het Web: Browser, Mail, Chat, Composer.
Size = 20.6MB Size = 20.6MB
URLDownload = http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/2.14.1/win32/nl/SeaMonkey%20Setup%202.14.1.exe URLDownload = http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/2.16.2/win32/nl/SeaMonkey%20Setup%202.16.2.exe
[Section.0415] [Section.0415]
Description = Pakiet Mozilla żyje. W zestawie: przeglądarka, klient poczty, IRC oraz Edytor HTML - wszystko, czego potrzebujesz. Description = Pakiet Mozilla żyje. W zestawie: przeglądarka, klient poczty, IRC oraz Edytor HTML - wszystko, czego potrzebujesz.
Size = 20.8MB Size = 20.8MB
URLDownload = http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/2.14.1/win32/pl/SeaMonkey%20Setup%202.14.1.exe URLDownload = http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/2.16.2/win32/pl/SeaMonkey%20Setup%202.16.2.exe
[Section.0418] [Section.0418]
Description = Suita Mozilla. Acest pachet ce încorporează navigator, poștă electronică, client IRC și editor HTML, acoperind astfel o arie largă de necesități. Description = Suita Mozilla. Acest pachet ce încorporează navigator, poștă electronică, client IRC și editor HTML, acoperind astfel o arie largă de necesități.
@ -43,9 +43,9 @@ Size = 20.59Mo
[Section.0419] [Section.0419]
Description = Продолжение Mozilla Suite. Включает браузер, почтовый клиент, IRC-клиент и HTML-редактор. Description = Продолжение Mozilla Suite. Включает браузер, почтовый клиент, IRC-клиент и HTML-редактор.
Size = 20.5MB Size = 20.5MB
URLDownload = http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/2.14.1/win32/ru/SeaMonkey%20Setup%202.14.1.exe URLDownload = http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/2.16.2/win32/ru/SeaMonkey%20Setup%202.16.2.exe
[Section.0422] [Section.0422]
Description = Продовження Mozilla Suite. Включає в себе браузер, поштовий клієнт, IRC-клієнт та HTML-редактор. Description = Продовження Mozilla Suite. Включає в себе браузер, поштовий клієнт, IRC-клієнт та HTML-редактор.
Size = 20.5MB Size = 20.5MB
URLDownload = http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/2.14.1/win32/ru/SeaMonkey%20Setup%202.14.1.exe URLDownload = http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/2.16.2/win32/ru/SeaMonkey%20Setup%202.16.2.exe

View file

@ -2,13 +2,13 @@
[Section] [Section]
Name = SumatraPDF Name = SumatraPDF
Version = 2.2 Version = 2.2.1
Licence = GPLv3 Licence = GPLv3
Description = Sumatra PDF is a slim, free, open-source PDF reader. Portable out of the box. Description = Sumatra PDF is a slim, free, open-source PDF reader. Portable out of the box.
Size = 4.8MB Size = 4.8MB
Category = 6 Category = 6
URLSite = http://blog.kowalczyk.info/software/sumatrapdf/free-pdf-reader.html URLSite = http://blog.kowalczyk.info/software/sumatrapdf/free-pdf-reader.html
URLDownload = https://kjkpub.s3.amazonaws.com/sumatrapdf/rel/SumatraPDF-2.2-install.exe URLDownload = https://kjkpub.s3.amazonaws.com/sumatrapdf/rel/SumatraPDF-2.2.1-install.exe
CDPath = none CDPath = none
[Section.0407] [Section.0407]

View file

@ -2,32 +2,32 @@
[Section] [Section]
Name = Mozilla Thunderbird 17 Name = Mozilla Thunderbird 17
Version = 17.0 Version = 17.0.4
Licence = MPL/GPL/LGPL Licence = MPL/GPL/LGPL
Description = The most popular and one of the best free Mail Clients out there. Description = The most popular and one of the best free Mail Clients out there.
Size = 17.6MB Size = 17.6MB
Category = 5 Category = 5
URLSite = http://www.mozilla-europe.org/en/products/thunderbird/ URLSite = http://www.mozilla-europe.org/en/products/thunderbird/
URLDownload = http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/17.0/win32/en-US/Thunderbird%20Setup%2017.0.exe URLDownload = http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/17.0.4/win32/en-US/Thunderbird%20Setup%2017.0.4.exe
CDPath = none CDPath = none
[Section.0407] [Section.0407]
Description = Der populärste und einer der besten freien Mail-Clients. Description = Der populärste und einer der besten freien Mail-Clients.
Size = 17.5MB Size = 17.5MB
URLSite = http://www.mozilla-europe.org/de/products/thunderbird/ URLSite = http://www.mozilla-europe.org/de/products/thunderbird/
URLDownload = http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/17.0/win32/de/Thunderbird%20Setup%2017.0.exe URLDownload = http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/17.0.4/win32/de/Thunderbird%20Setup%2017.0.4.exe
[Section.040a] [Section.040a]
Description = El más popular y uno de los mejores clientes mail que hay. Description = El más popular y uno de los mejores clientes mail que hay.
Size = 17.4MB Size = 17.4MB
URLSite = http://www.mozilla-europe.org/es/products/thunderbird/ URLSite = http://www.mozilla-europe.org/es/products/thunderbird/
URLDownload = http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/17.0/win32/es-ES/Thunderbird%20Setup%2017.0.exe URLDownload = http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/17.0.4/win32/es-ES/Thunderbird%20Setup%2017.0.4.exe
[Section.040c] [Section.040c]
Description = Le plus populaire et l'un des meilleurs clients mail gratuits disponible. Description = Le plus populaire et l'un des meilleurs clients mail gratuits disponible.
Size = 17.8MB Size = 17.8MB
URLSite = http://www.mozilla-europe.org/fr/products/thunderbird/ URLSite = http://www.mozilla-europe.org/fr/products/thunderbird/
URLDownload = http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/17.0/win32/fr/Thunderbird%20Setup%2017.0.exe URLDownload = http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/17.0.4/win32/fr/Thunderbird%20Setup%2017.0.4.exe
[Section.0413] [Section.0413]
Description = De meest populaire en een van de beste gratis e-mail-programma's. Description = De meest populaire en een van de beste gratis e-mail-programma's.
@ -39,22 +39,22 @@ URLDownload = http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/1
Description = Najpopularniejszy i jeden z najlepszych darmowych klientów poczty. Description = Najpopularniejszy i jeden z najlepszych darmowych klientów poczty.
Size = 18.3MB Size = 18.3MB
URLSite = http://www.mozilla-europe.org/pl/products/thunderbird/ URLSite = http://www.mozilla-europe.org/pl/products/thunderbird/
URLDownload = http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/17.0/win32/pl/Thunderbird%20Setup%2017.0.exe URLDownload = http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/17.0.4/win32/pl/Thunderbird%20Setup%2017.0.4.exe
[Section.0418] [Section.0418]
Description = Cel mai popular și unul dintre cele mai bune clientele gratuite de poștă electronică. Description = Cel mai popular și unul dintre cele mai bune clientele gratuite de poștă electronică.
Size = 18,0 Mo Size = 18,0 Mo
URLSite = http://www.mozilla-europe.org/ro/products/thunderbird/ URLSite = http://www.mozilla-europe.org/ro/products/thunderbird/
URLDownload = http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/17.0/win32/ro/Thunderbird%20Setup%2017.0.exe URLDownload = http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/17.0.4/win32/ro/Thunderbird%20Setup%2017.0.4.exe
[Section.0419] [Section.0419]
Description = Один из самых популярных и лучших бесплатных почтовых клиентов. Description = Один из самых популярных и лучших бесплатных почтовых клиентов.
Size = 17.9MB Size = 17.9MB
URLSite = http://www.mozilla-europe.org/ru/products/thunderbird/ URLSite = http://www.mozilla-europe.org/ru/products/thunderbird/
URLDownload = http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/17.0/win32/ru/Thunderbird%20Setup%2017.0.exe URLDownload = http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/17.0.4/win32/ru/Thunderbird%20Setup%2017.0.4.exe
[Section.0422] [Section.0422]
Description = Найпопулярніший та один з кращих поштових клієнтів. Description = Найпопулярніший та один з кращих поштових клієнтів.
Size = 17.9MB Size = 17.9MB
URLSite = http://www.mozillamessaging.com/uk/thunderbird/ URLSite = http://www.mozillamessaging.com/uk/thunderbird/
URLDownload = http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/17.0/win32/uk/Thunderbird%20Setup%2017.0.exe URLDownload = http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/17.0.4/win32/uk/Thunderbird%20Setup%2017.0.4.exe

View file

@ -2,13 +2,13 @@
[Section] [Section]
Name = µTorrent Name = µTorrent
Version = 3.2.3 Version = 3.3
Licence = Freeware for non-commercial uses Licence = Freeware for non-commercial uses
Description = Small and fast BitTorrent Client. Description = Small and fast BitTorrent Client.
Size = 946.00kB Size = 946.00kB
Category = 5 Category = 5
URLSite = http://www.utorrent.com/ URLSite = http://www.utorrent.com/
URLDownload = http://download.utorrent.com/3.2.3/uTorrent.exe URLDownload = http://download.utorrent.com/3.3/uTorrent.exe
CDPath = none CDPath = none

View file

@ -81,10 +81,10 @@ PrintService(LPCTSTR lpServiceName,
_tprintf(_T(")\n")); _tprintf(_T(")\n"));
_tprintf(_T("\tWIN32_EXIT_CODE : %d (0x%x)\n"), _tprintf(_T("\tWIN32_EXIT_CODE : %u (0x%x)\n"),
(unsigned int)pStatus->dwWin32ExitCode, (unsigned int)pStatus->dwWin32ExitCode,
(unsigned int)pStatus->dwWin32ExitCode); (unsigned int)pStatus->dwWin32ExitCode);
_tprintf(_T("\tSERVICE_EXIT_CODE : %d (0x%x)\n"), _tprintf(_T("\tSERVICE_EXIT_CODE : %u (0x%x)\n"),
(unsigned int)pStatus->dwServiceSpecificExitCode, (unsigned int)pStatus->dwServiceSpecificExitCode,
(unsigned int)pStatus->dwServiceSpecificExitCode); (unsigned int)pStatus->dwServiceSpecificExitCode);
_tprintf(_T("\tCHECKPOINT : 0x%x\n"), _tprintf(_T("\tCHECKPOINT : 0x%x\n"),

View file

@ -143,7 +143,7 @@ int APIENTRY wWinMain(HINSTANCE hInstance,
else else
{ {
WCHAR szMsg[MAX_PATH]; WCHAR szMsg[MAX_PATH];
wsprintf(szMsg, L"Failed to load the installer. Error %d", GetLastError()); wsprintf(szMsg, L"Failed to load the installer. Error %lu", GetLastError());
MessageBoxW(0, szMsg, L"Error", MB_OK | MB_ICONERROR); MessageBoxW(0, szMsg, L"Error", MB_OK | MB_ICONERROR);
DeleteDirectory(szTempPath); DeleteDirectory(szTempPath);
return 1; return 1;

View file

@ -179,7 +179,7 @@ VOID DisplayError(DWORD dwError)
/* Prints out the error message to the user */ /* Prints out the error message to the user */
fprintf(stderr, resMsg); fprintf(stderr, resMsg);
fwprintf(stderr, L"Error code: %d\n", dwError); fwprintf(stderr, L"Error code: %lu\n", dwError);
LocalFree(lpMsgBuf); LocalFree(lpMsgBuf);
LocalFree(resMsg); LocalFree(resMsg);

View file

@ -16,8 +16,7 @@
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
/* $Id$ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Sound Volume Control * PROJECT: ReactOS Sound Volume Control
* FILE: subsys/system/sndvol32/misc.c * FILE: subsys/system/sndvol32/misc.c

View file

@ -16,8 +16,7 @@
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
/* $Id$ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Sound Volume Control * PROJECT: ReactOS Sound Volume Control
* FILE: subsys/system/sndvol32/mixer.c * FILE: subsys/system/sndvol32/mixer.c

View file

@ -16,8 +16,7 @@
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
/* $Id$ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Sound Volume Control * PROJECT: ReactOS Sound Volume Control
* FILE: subsys/system/sndvol32/sndvol32.c * FILE: subsys/system/sndvol32/sndvol32.c

View file

@ -536,13 +536,13 @@ BOOL PerfDataGetText(ULONG Index, ULONG ColumnIndex, LPTSTR lpText, int nMaxCoun
if (ColumnDataHints[ColumnIndex] == COLUMN_IMAGENAME) if (ColumnDataHints[ColumnIndex] == COLUMN_IMAGENAME)
PerfDataGetImageName(Index, lpText, nMaxCount); PerfDataGetImageName(Index, lpText, nMaxCount);
if (ColumnDataHints[ColumnIndex] == COLUMN_PID) if (ColumnDataHints[ColumnIndex] == COLUMN_PID)
wsprintfW(lpText, L"%d", PerfDataGetProcessId(Index)); wsprintfW(lpText, L"%lu", PerfDataGetProcessId(Index));
if (ColumnDataHints[ColumnIndex] == COLUMN_USERNAME) if (ColumnDataHints[ColumnIndex] == COLUMN_USERNAME)
PerfDataGetUserName(Index, lpText, nMaxCount); PerfDataGetUserName(Index, lpText, nMaxCount);
if (ColumnDataHints[ColumnIndex] == COLUMN_SESSIONID) if (ColumnDataHints[ColumnIndex] == COLUMN_SESSIONID)
wsprintfW(lpText, L"%d", PerfDataGetSessionId(Index)); wsprintfW(lpText, L"%lu", PerfDataGetSessionId(Index));
if (ColumnDataHints[ColumnIndex] == COLUMN_CPUUSAGE) if (ColumnDataHints[ColumnIndex] == COLUMN_CPUUSAGE)
wsprintfW(lpText, L"%02d", PerfDataGetCPUUsage(Index)); wsprintfW(lpText, L"%02lu", PerfDataGetCPUUsage(Index));
if (ColumnDataHints[ColumnIndex] == COLUMN_CPUTIME) if (ColumnDataHints[ColumnIndex] == COLUMN_CPUTIME)
{ {
DWORD dwHours; DWORD dwHours;
@ -551,74 +551,74 @@ BOOL PerfDataGetText(ULONG Index, ULONG ColumnIndex, LPTSTR lpText, int nMaxCoun
time = PerfDataGetCPUTime(Index); time = PerfDataGetCPUTime(Index);
gethmsfromlargeint(time, &dwHours, &dwMinutes, &dwSeconds); gethmsfromlargeint(time, &dwHours, &dwMinutes, &dwSeconds);
wsprintfW(lpText, L"%d:%02d:%02d", dwHours, dwMinutes, dwSeconds); wsprintfW(lpText, L"%lu:%02lu:%02lu", dwHours, dwMinutes, dwSeconds);
} }
if (ColumnDataHints[ColumnIndex] == COLUMN_MEMORYUSAGE) if (ColumnDataHints[ColumnIndex] == COLUMN_MEMORYUSAGE)
{ {
wsprintfW(lpText, L"%d", PerfDataGetWorkingSetSizeBytes(Index) / 1024); wsprintfW(lpText, L"%lu", PerfDataGetWorkingSetSizeBytes(Index) / 1024);
CommaSeparateNumberString(lpText, nMaxCount); CommaSeparateNumberString(lpText, nMaxCount);
wcscat(lpText, L" K"); wcscat(lpText, L" K");
} }
if (ColumnDataHints[ColumnIndex] == COLUMN_PEAKMEMORYUSAGE) if (ColumnDataHints[ColumnIndex] == COLUMN_PEAKMEMORYUSAGE)
{ {
wsprintfW(lpText, L"%d", PerfDataGetPeakWorkingSetSizeBytes(Index) / 1024); wsprintfW(lpText, L"%lu", PerfDataGetPeakWorkingSetSizeBytes(Index) / 1024);
CommaSeparateNumberString(lpText, nMaxCount); CommaSeparateNumberString(lpText, nMaxCount);
wcscat(lpText, L" K"); wcscat(lpText, L" K");
} }
if (ColumnDataHints[ColumnIndex] == COLUMN_MEMORYUSAGEDELTA) if (ColumnDataHints[ColumnIndex] == COLUMN_MEMORYUSAGEDELTA)
{ {
wsprintfW(lpText, L"%d", PerfDataGetWorkingSetSizeDelta(Index) / 1024); wsprintfW(lpText, L"%lu", PerfDataGetWorkingSetSizeDelta(Index) / 1024);
CommaSeparateNumberString(lpText, nMaxCount); CommaSeparateNumberString(lpText, nMaxCount);
wcscat(lpText, L" K"); wcscat(lpText, L" K");
} }
if (ColumnDataHints[ColumnIndex] == COLUMN_PAGEFAULTS) if (ColumnDataHints[ColumnIndex] == COLUMN_PAGEFAULTS)
{ {
wsprintfW(lpText, L"%d", PerfDataGetPageFaultCount(Index)); wsprintfW(lpText, L"%lu", PerfDataGetPageFaultCount(Index));
CommaSeparateNumberString(lpText, nMaxCount); CommaSeparateNumberString(lpText, nMaxCount);
} }
if (ColumnDataHints[ColumnIndex] == COLUMN_PAGEFAULTSDELTA) if (ColumnDataHints[ColumnIndex] == COLUMN_PAGEFAULTSDELTA)
{ {
wsprintfW(lpText, L"%d", PerfDataGetPageFaultCountDelta(Index)); wsprintfW(lpText, L"%lu", PerfDataGetPageFaultCountDelta(Index));
CommaSeparateNumberString(lpText, nMaxCount); CommaSeparateNumberString(lpText, nMaxCount);
} }
if (ColumnDataHints[ColumnIndex] == COLUMN_VIRTUALMEMORYSIZE) if (ColumnDataHints[ColumnIndex] == COLUMN_VIRTUALMEMORYSIZE)
{ {
wsprintfW(lpText, L"%d", PerfDataGetVirtualMemorySizeBytes(Index) / 1024); wsprintfW(lpText, L"%lu", PerfDataGetVirtualMemorySizeBytes(Index) / 1024);
CommaSeparateNumberString(lpText, nMaxCount); CommaSeparateNumberString(lpText, nMaxCount);
wcscat(lpText, L" K"); wcscat(lpText, L" K");
} }
if (ColumnDataHints[ColumnIndex] == COLUMN_PAGEDPOOL) if (ColumnDataHints[ColumnIndex] == COLUMN_PAGEDPOOL)
{ {
wsprintfW(lpText, L"%d", PerfDataGetPagedPoolUsagePages(Index) / 1024); wsprintfW(lpText, L"%lu", PerfDataGetPagedPoolUsagePages(Index) / 1024);
CommaSeparateNumberString(lpText, nMaxCount); CommaSeparateNumberString(lpText, nMaxCount);
wcscat(lpText, L" K"); wcscat(lpText, L" K");
} }
if (ColumnDataHints[ColumnIndex] == COLUMN_NONPAGEDPOOL) if (ColumnDataHints[ColumnIndex] == COLUMN_NONPAGEDPOOL)
{ {
wsprintfW(lpText, L"%d", PerfDataGetNonPagedPoolUsagePages(Index) / 1024); wsprintfW(lpText, L"%lu", PerfDataGetNonPagedPoolUsagePages(Index) / 1024);
CommaSeparateNumberString(lpText, nMaxCount); CommaSeparateNumberString(lpText, nMaxCount);
wcscat(lpText, L" K"); wcscat(lpText, L" K");
} }
if (ColumnDataHints[ColumnIndex] == COLUMN_BASEPRIORITY) if (ColumnDataHints[ColumnIndex] == COLUMN_BASEPRIORITY)
wsprintfW(lpText, L"%d", PerfDataGetBasePriority(Index)); wsprintfW(lpText, L"%lu", PerfDataGetBasePriority(Index));
if (ColumnDataHints[ColumnIndex] == COLUMN_HANDLECOUNT) if (ColumnDataHints[ColumnIndex] == COLUMN_HANDLECOUNT)
{ {
wsprintfW(lpText, L"%d", PerfDataGetHandleCount(Index)); wsprintfW(lpText, L"%lu", PerfDataGetHandleCount(Index));
CommaSeparateNumberString(lpText, nMaxCount); CommaSeparateNumberString(lpText, nMaxCount);
} }
if (ColumnDataHints[ColumnIndex] == COLUMN_THREADCOUNT) if (ColumnDataHints[ColumnIndex] == COLUMN_THREADCOUNT)
{ {
wsprintfW(lpText, L"%d", PerfDataGetThreadCount(Index)); wsprintfW(lpText, L"%lu", PerfDataGetThreadCount(Index));
CommaSeparateNumberString(lpText, nMaxCount); CommaSeparateNumberString(lpText, nMaxCount);
} }
if (ColumnDataHints[ColumnIndex] == COLUMN_USEROBJECTS) if (ColumnDataHints[ColumnIndex] == COLUMN_USEROBJECTS)
{ {
wsprintfW(lpText, L"%d", PerfDataGetUSERObjectCount(Index)); wsprintfW(lpText, L"%lu", PerfDataGetUSERObjectCount(Index));
CommaSeparateNumberString(lpText, nMaxCount); CommaSeparateNumberString(lpText, nMaxCount);
} }
if (ColumnDataHints[ColumnIndex] == COLUMN_GDIOBJECTS) if (ColumnDataHints[ColumnIndex] == COLUMN_GDIOBJECTS)
{ {
wsprintfW(lpText, L"%d", PerfDataGetGDIObjectCount(Index)); wsprintfW(lpText, L"%lu", PerfDataGetGDIObjectCount(Index));
CommaSeparateNumberString(lpText, nMaxCount); CommaSeparateNumberString(lpText, nMaxCount);
} }
if (ColumnDataHints[ColumnIndex] == COLUMN_IOREADS) if (ColumnDataHints[ColumnIndex] == COLUMN_IOREADS)

View file

@ -149,7 +149,7 @@ ServiceMain(DWORD argc, LPWSTR argv)
return; return;
} }
logmsg("* Service started"); logmsg("* Service started\n");
/* Tell SCM we are now running, and we may be stopped */ /* Tell SCM we are now running, and we may be stopped */
service_status.dwCurrentState = SERVICE_RUNNING; service_status.dwCurrentState = SERVICE_RUNNING;
service_status.dwControlsAccepted = SERVICE_ACCEPT_STOP; service_status.dwControlsAccepted = SERVICE_ACCEPT_STOP;

View file

@ -101,7 +101,7 @@ ServiceControlHandler(DWORD dwControl,
return ERROR_SUCCESS; return ERROR_SUCCESS;
default : default :
DPRINT1(" Control %lu received\n"); DPRINT1(" Control %lu received\n", dwControl);
return ERROR_CALL_NOT_IMPLEMENTED; return ERROR_CALL_NOT_IMPLEMENTED;
} }
} }
@ -293,7 +293,7 @@ PLOGFILE LoadLogFile(HKEY hKey, WCHAR * LogName)
&ValueLen); &ValueLen);
if (Result != ERROR_SUCCESS) if (Result != ERROR_SUCCESS)
{ {
DPRINT1("RegQueryValueEx failed: %d\n", GetLastError()); DPRINT1("RegQueryValueEx failed: %lu\n", GetLastError());
HeapFree(MyHeap, 0, Buf); HeapFree(MyHeap, 0, Buf);
return NULL; return NULL;
} }
@ -491,17 +491,17 @@ VOID SystemTimeToEventTime(SYSTEMTIME * pSystemTime, DWORD * pEventTime)
VOID PRINT_HEADER(PEVENTLOGHEADER header) VOID PRINT_HEADER(PEVENTLOGHEADER header)
{ {
DPRINT("HeaderSize = %d\n", header->HeaderSize); DPRINT("HeaderSize = %lu\n", header->HeaderSize);
DPRINT("Signature = 0x%x\n", header->Signature); DPRINT("Signature = 0x%x\n", header->Signature);
DPRINT("MajorVersion = %d\n", header->MajorVersion); DPRINT("MajorVersion = %lu\n", header->MajorVersion);
DPRINT("MinorVersion = %d\n", header->MinorVersion); DPRINT("MinorVersion = %lu\n", header->MinorVersion);
DPRINT("StartOffset = %d\n", header->StartOffset); DPRINT("StartOffset = %lu\n", header->StartOffset);
DPRINT("EndOffset = 0x%x\n", header->EndOffset); DPRINT("EndOffset = 0x%x\n", header->EndOffset);
DPRINT("CurrentRecordNumber = %d\n", header->CurrentRecordNumber); DPRINT("CurrentRecordNumber = %lu\n", header->CurrentRecordNumber);
DPRINT("OldestRecordNumber = %d\n", header->OldestRecordNumber); DPRINT("OldestRecordNumber = %lu\n", header->OldestRecordNumber);
DPRINT("MaxSize = 0x%x\n", header->MaxSize); DPRINT("MaxSize = 0x%x\n", header->MaxSize);
DPRINT("Retention = 0x%x\n", header->Retention); DPRINT("Retention = 0x%x\n", header->Retention);
DPRINT("EndHeaderSize = %d\n", header->EndHeaderSize); DPRINT("EndHeaderSize = %lu\n", header->EndHeaderSize);
DPRINT("Flags: "); DPRINT("Flags: ");
if (header->Flags & ELF_LOGFILE_HEADER_DIRTY) DPRINT("ELF_LOGFILE_HEADER_DIRTY"); if (header->Flags & ELF_LOGFILE_HEADER_DIRTY) DPRINT("ELF_LOGFILE_HEADER_DIRTY");
if (header->Flags & ELF_LOGFILE_HEADER_WRAP) DPRINT("| ELF_LOGFILE_HEADER_WRAP "); if (header->Flags & ELF_LOGFILE_HEADER_WRAP) DPRINT("| ELF_LOGFILE_HEADER_WRAP ");
@ -516,21 +516,21 @@ VOID PRINT_RECORD(PEVENTLOGRECORD pRec)
WCHAR *str; WCHAR *str;
SYSTEMTIME time; SYSTEMTIME time;
DPRINT("Length = %d\n", pRec->Length); DPRINT("Length = %lu\n", pRec->Length);
DPRINT("Reserved = 0x%x\n", pRec->Reserved); DPRINT("Reserved = 0x%x\n", pRec->Reserved);
DPRINT("RecordNumber = %d\n", pRec->RecordNumber); DPRINT("RecordNumber = %lu\n", pRec->RecordNumber);
EventTimeToSystemTime(pRec->TimeGenerated, &time); EventTimeToSystemTime(pRec->TimeGenerated, &time);
DPRINT("TimeGenerated = %d.%d.%d %d:%d:%d\n", DPRINT("TimeGenerated = %hu.%hu.%hu %hu:%hu:%hu\n",
time.wDay, time.wMonth, time.wYear, time.wDay, time.wMonth, time.wYear,
time.wHour, time.wMinute, time.wSecond); time.wHour, time.wMinute, time.wSecond);
EventTimeToSystemTime(pRec->TimeWritten, &time); EventTimeToSystemTime(pRec->TimeWritten, &time);
DPRINT("TimeWritten = %d.%d.%d %d:%d:%d\n", DPRINT("TimeWritten = %hu.%hu.%hu %hu:%hu:%hu\n",
time.wDay, time.wMonth, time.wYear, time.wDay, time.wMonth, time.wYear,
time.wHour, time.wMinute, time.wSecond); time.wHour, time.wMinute, time.wSecond);
DPRINT("EventID = %d\n", pRec->EventID); DPRINT("EventID = %lu\n", pRec->EventID);
switch (pRec->EventType) switch (pRec->EventType)
{ {
@ -550,18 +550,18 @@ VOID PRINT_RECORD(PEVENTLOGRECORD pRec)
DPRINT("EventType = EVENTLOG_AUDIT_FAILURE\n"); DPRINT("EventType = EVENTLOG_AUDIT_FAILURE\n");
break; break;
default: default:
DPRINT("EventType = %d\n", pRec->EventType); DPRINT("EventType = %hu\n", pRec->EventType);
} }
DPRINT("NumStrings = %d\n", pRec->NumStrings); DPRINT("NumStrings = %hu\n", pRec->NumStrings);
DPRINT("EventCategory = %d\n", pRec->EventCategory); DPRINT("EventCategory = %hu\n", pRec->EventCategory);
DPRINT("ReservedFlags = 0x%x\n", pRec->ReservedFlags); DPRINT("ReservedFlags = 0x%x\n", pRec->ReservedFlags);
DPRINT("ClosingRecordNumber = %d\n", pRec->ClosingRecordNumber); DPRINT("ClosingRecordNumber = %lu\n", pRec->ClosingRecordNumber);
DPRINT("StringOffset = %d\n", pRec->StringOffset); DPRINT("StringOffset = %lu\n", pRec->StringOffset);
DPRINT("UserSidLength = %d\n", pRec->UserSidLength); DPRINT("UserSidLength = %lu\n", pRec->UserSidLength);
DPRINT("UserSidOffset = %d\n", pRec->UserSidOffset); DPRINT("UserSidOffset = %lu\n", pRec->UserSidOffset);
DPRINT("DataLength = %d\n", pRec->DataLength); DPRINT("DataLength = %lu\n", pRec->DataLength);
DPRINT("DataOffset = %d\n", pRec->DataOffset); DPRINT("DataOffset = %lu\n", pRec->DataOffset);
DPRINT("SourceName: %S\n", (WCHAR *) (((PBYTE) pRec) + sizeof(EVENTLOGRECORD))); DPRINT("SourceName: %S\n", (WCHAR *) (((PBYTE) pRec) + sizeof(EVENTLOGRECORD)));
@ -576,10 +576,10 @@ VOID PRINT_RECORD(PEVENTLOGRECORD pRec)
str = (WCHAR *) (((PBYTE) pRec) + pRec->StringOffset); str = (WCHAR *) (((PBYTE) pRec) + pRec->StringOffset);
for (i = 0; i < pRec->NumStrings; i++) for (i = 0; i < pRec->NumStrings; i++)
{ {
DPRINT("[%d] %S\n", i, str); DPRINT("[%u] %S\n", i, str);
str = str + lstrlenW(str) + 1; str = str + lstrlenW(str) + 1;
} }
} }
DPRINT("Length2 = %d\n", *(PDWORD) (((PBYTE) pRec) + pRec->Length - 4)); DPRINT("Length2 = %lu\n", *(PDWORD) (((PBYTE) pRec) + pRec->Length - 4));
} }

View file

@ -16,8 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc., * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* $Id$ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS GUI first stage setup application * PROJECT: ReactOS GUI first stage setup application
* FILE: base/setup/reactos/reactos.c * FILE: base/setup/reactos/reactos.c

View file

@ -16,7 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc., * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* $Id$ /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/bootsup.h * FILE: subsys/system/usetup/bootsup.h

View file

@ -16,7 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc., * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* $Id$ /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/drivesup.c * FILE: subsys/system/usetup/drivesup.c

View file

@ -16,7 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc., * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* $Id$ /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/drivesup.h * FILE: subsys/system/usetup/drivesup.h

View file

@ -16,7 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc., * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* $Id: registry.h 21704 2006-04-22 13:55:01Z tretiakov $ /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/errcode.h * FILE: subsys/system/usetup/errcode.h

View file

@ -16,7 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc., * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* $Id$ /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/filequeue.h * FILE: subsys/system/usetup/filequeue.h

View file

@ -16,7 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc., * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* $Id$ /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/filesup.h * FILE: subsys/system/usetup/filesup.h

View file

@ -16,7 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc., * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* $Id$ /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/format.h * FILE: subsys/system/usetup/format.h

View file

@ -16,7 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc., * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* $Id$ /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/genlist.h * FILE: subsys/system/usetup/genlist.h

View file

@ -16,7 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc., * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* $Id$ /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/inicache.c * FILE: subsys/system/usetup/inicache.c

View file

@ -16,7 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc., * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* $Id$ /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/partlist.h * FILE: subsys/system/usetup/partlist.h

View file

@ -16,7 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc., * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* $Id$ /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/registry.h * FILE: subsys/system/usetup/registry.h

View file

@ -16,7 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc., * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* $Id$ /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS text-mode setup * PROJECT: ReactOS text-mode setup
* FILE: subsys/system/usetup/settings.h * FILE: subsys/system/usetup/settings.h

View file

@ -1,4 +1,3 @@
/* $Id: En.rc 21257 2006-03-08 23:07:09Z audit $ */
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT

View file

@ -16,8 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc., * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* $Id$ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS welcome/autorun application * PROJECT: ReactOS welcome/autorun application
* FILE: subsys/system/welcome/welcome.c * FILE: subsys/system/welcome/welcome.c

View file

@ -1,5 +1,4 @@
/* $Id$ /*
*
* WINDOW.C - activate & window internal commands. * WINDOW.C - activate & window internal commands.
* *
* clone from 4nt activate command * clone from 4nt activate command

View file

@ -141,13 +141,11 @@ ScmGetDriverStatus(PSERVICE lpService,
if (lpService->Status.dwServiceType == SERVICE_KERNEL_DRIVER) if (lpService->Status.dwServiceType == SERVICE_KERNEL_DRIVER)
{ {
RtlInitUnicodeString(&DirName, RtlInitUnicodeString(&DirName, L"\\Driver");
L"\\Driver");
} }
else else // if (lpService->Status.dwServiceType == SERVICE_FILE_SYSTEM_DRIVER)
{ {
RtlInitUnicodeString(&DirName, RtlInitUnicodeString(&DirName, L"\\FileSystem");
L"\\FileSystem");
} }
InitializeObjectAttributes(&ObjectAttributes, InitializeObjectAttributes(&ObjectAttributes,

View file

@ -2,7 +2,7 @@
* PROJECT: ReactOS Service Control Manager * PROJECT: ReactOS Service Control Manager
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: base/system/services/lock.c * FILE: base/system/services/lock.c
* PURPOSE: Service lock functions * PURPOSE: User-side Services Start Serialization Lock functions
* COPYRIGHT: Copyright 2012 Hermès Bélusca * COPYRIGHT: Copyright 2012 Hermès Bélusca
*/ */
@ -16,6 +16,7 @@
/* GLOBALS *******************************************************************/ /* GLOBALS *******************************************************************/
/* The unique user service start lock of the SCM */
static PSTART_LOCK pServiceStartLock = NULL; static PSTART_LOCK pServiceStartLock = NULL;

View file

@ -16,7 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc., * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* $Id$ /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS winlogon * PROJECT: ReactOS winlogon
* FILE: subsys/system/winlogon/setup.h * FILE: subsys/system/winlogon/setup.h

View file

@ -1059,14 +1059,12 @@ HKLM,"SOFTWARE\ReactOS\ReactOS\CurrentVersion\IFS","FATX",0x00000000,"ufatx.dll"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","ConsoleShell",0x00020000,"%SystemRoot%\system32\cmd.exe" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","ConsoleShell",0x00020000,"%SystemRoot%\system32\cmd.exe"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","Shell",0x00020000,"%SystemRoot%\explorer.exe" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","Shell",0x00020000,"%SystemRoot%\explorer.exe"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","StartServices",0x00010001,0x00000001
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","StartLsass",0x00010001,0x00000001
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","Userinit",0x00020000,"%SystemRoot%\system32\userinit.exe" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","Userinit",0x00020000,"%SystemRoot%\system32\userinit.exe"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","AutoAdminLogon",0x00000000,"1" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","AutoAdminLogon",0x00000000,"1"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","DefaultUserName",0x00000000,"Administrator" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","DefaultUserName",0x00000000,"Administrator"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","DefaultPassword",0x00000000,"Secret" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","DefaultPassword",0x00000000,"Secret"
;Time Zone Servers ; Time Zone Servers
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers","1",0x00000000,"pool.ntp.org" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers","1",0x00000000,"pool.ntp.org"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers","2",0x00000000,"asia.pool.ntp.org" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers","2",0x00000000,"asia.pool.ntp.org"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers","3",0x00000000,"europe.pool.ntp.org" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers","3",0x00000000,"europe.pool.ntp.org"

View file

@ -122,7 +122,7 @@ BOOLEAN IniParseFile(PCHAR IniFileData, ULONG IniFileSize)
// First check to make sure we're inside a [section] // First check to make sure we're inside a [section]
if (CurrentSection == NULL) if (CurrentSection == NULL)
{ {
printf("Error: freeldr.ini:%ld: Setting '%s' found outside of a [section].\n", CurrentLineNumber, IniFileLine); printf("Error: freeldr.ini:%lu: Setting '%s' found outside of a [section].\n", CurrentLineNumber, IniFileLine);
printf("Press any key to continue...\n"); printf("Press any key to continue...\n");
MachConsGetCh(); MachConsGetCh();
CurrentLineNumber++; CurrentLineNumber++;

View file

@ -1,5 +1,4 @@
/* $Id: access.c 29112 2007-09-19 21:31:49Z ekohl $ /*
*
* PROJECT: ReactOS Accessibility Control Panel * PROJECT: ReactOS Accessibility Control Panel
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: dll/cpl/access/access.c * FILE: dll/cpl/access/access.c

View file

@ -1,5 +1,4 @@
/* $Id: display.c 29112 2007-09-19 21:31:49Z ekohl $ /*
*
* PROJECT: ReactOS Accessibility Control Panel * PROJECT: ReactOS Accessibility Control Panel
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: dll/cpl/access/display.c * FILE: dll/cpl/access/display.c

View file

@ -1,5 +1,4 @@
/* $Id: general.c 29112 2007-09-19 21:31:49Z ekohl $ /*
*
* PROJECT: ReactOS Accessibility Control Panel * PROJECT: ReactOS Accessibility Control Panel
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: dll/cpl/access/general.c * FILE: dll/cpl/access/general.c

View file

@ -1,5 +1,4 @@
/* $Id: keyboard.c 29170 2007-09-23 22:59:00Z ekohl $ /*
*
* PROJECT: ReactOS Accessibility Control Panel * PROJECT: ReactOS Accessibility Control Panel
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: dll/cpl/access/keyboard.c * FILE: dll/cpl/access/keyboard.c

View file

@ -1,5 +1,4 @@
/* $Id: mouse.c 29112 2007-09-19 21:31:49Z ekohl $ /*
*
* PROJECT: ReactOS Accessibility Control Panel * PROJECT: ReactOS Accessibility Control Panel
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: dll/cpl/access/mouse.c * FILE: dll/cpl/access/mouse.c

View file

@ -1,5 +1,4 @@
/* $Id: sound.c 29112 2007-09-19 21:31:49Z ekohl $ /*
*
* PROJECT: ReactOS Accessibility Control Panel * PROJECT: ReactOS Accessibility Control Panel
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: dll/cpl/access/sound.c * FILE: dll/cpl/access/sound.c

View file

@ -1,11 +1,10 @@
/* $Id: appwiz.c 29364 2007-10-02 23:34:00Z janderwald $ /*
* * PROJECT: ReactOS Software Control Panel
* PROJECT: ReactOS Software Control Panel * FILE: dll/cpl/appwiz/createlink.c
* FILE: dll/cpl/appwiz/createlink.c * PURPOSE: ReactOS Software Control Panel
* PURPOSE: ReactOS Software Control Panel * PROGRAMMER: Gero Kuehn (reactos.filter@gkware.com)
* PROGRAMMER: Gero Kuehn (reactos.filter@gkware.com) * Dmitry Chapyshev (lentind@yandex.ru)
* Dmitry Chapyshev (lentind@yandex.ru) * Johannes Anderwald
* Johannes Anderwald
* UPDATE HISTORY: * UPDATE HISTORY:
* 06-17-2004 Created * 06-17-2004 Created
*/ */

View file

@ -1,5 +1,4 @@
/* $Id: advappdlg.c 24836 2007-02-12 03:12:56Z tkreuzer $ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Display Control Panel * PROJECT: ReactOS Display Control Panel
* FILE: dll/cpl/desk/advappdlg.c * FILE: dll/cpl/desk/advappdlg.c

View file

@ -1,5 +1,4 @@
/* $Id$ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Display Control Panel * PROJECT: ReactOS Display Control Panel
* FILE: dll/cpl/desk/background.c * FILE: dll/cpl/desk/background.c

View file

@ -1,5 +1,4 @@
/* $Id$ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Display Control Panel * PROJECT: ReactOS Display Control Panel
* FILE: dll/cpl/desk/desk.c * FILE: dll/cpl/desk/desk.c

View file

@ -1,5 +1,4 @@
/* $Id$ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Display Control Panel * PROJECT: ReactOS Display Control Panel
* FILE: dll/cpl/desk/dibitmap.c * FILE: dll/cpl/desk/dibitmap.c

View file

@ -16,8 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc., * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* $Id$ /*
*
* PROJECT: ReactOS International Control Panel * PROJECT: ReactOS International Control Panel
* FILE: dll/cpl/intl/currency.c * FILE: dll/cpl/intl/currency.c
* PURPOSE: Currency property page * PURPOSE: Currency property page

View file

@ -16,8 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc., * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* $Id$ /*
*
* PROJECT: ReactOS International Control Panel * PROJECT: ReactOS International Control Panel
* FILE: dll/cpl/intl/date.c * FILE: dll/cpl/intl/date.c
* PURPOSE: Date property page * PURPOSE: Date property page

View file

@ -16,8 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc., * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* $Id$ /*
*
* PROJECT: ReactOS International Control Panel * PROJECT: ReactOS International Control Panel
* FILE: dll/cpl/intl/generalp.c * FILE: dll/cpl/intl/generalp.c
* PURPOSE: General property page * PURPOSE: General property page

View file

@ -16,8 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc., * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* $Id$ /*
*
* PROJECT: ReactOS International Control Panel * PROJECT: ReactOS International Control Panel
* FILE: dll/cpl/intl/inplocale.c * FILE: dll/cpl/intl/inplocale.c
* PURPOSE: Input Locale property page * PURPOSE: Input Locale property page

View file

@ -16,8 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc., * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* $Id$ /*
*
* PROJECT: ReactOS International Control Panel * PROJECT: ReactOS International Control Panel
* FILE: dll/cpl/intl/intl.c * FILE: dll/cpl/intl/intl.c
* PURPOSE: Property sheet code * PURPOSE: Property sheet code

View file

@ -16,8 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc., * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* $Id$ /*
*
* PROJECT: ReactOS International Control Panel * PROJECT: ReactOS International Control Panel
* FILE: dll/cpl/intl/numbers.c * FILE: dll/cpl/intl/numbers.c
* PURPOSE: Numbers property page * PURPOSE: Numbers property page

View file

@ -1,5 +1,4 @@
/* $Id$ /*
*
* PROJECT: ReactOS International Control Panel * PROJECT: ReactOS International Control Panel
* FILE: dll/cpl/intl/sort.c * FILE: dll/cpl/intl/sort.c
* PURPOSE: Sorting property page * PURPOSE: Sorting property page

View file

@ -1,5 +1,4 @@
/* $Id: appearance.c 13406 2005-02-04 20:39:10Z weiden $ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS License Manager * PROJECT: ReactOS License Manager
* FILE: dll/cpl/liccpa/liccpa.c * FILE: dll/cpl/liccpa/liccpa.c

View file

@ -1,4 +1,3 @@
/* $Id: cplsample.rc 12852 2005-01-06 13:58:04Z mf $ */
#include <windows.h> #include <windows.h>
#include "resource.h" #include "resource.h"

View file

@ -16,8 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc., * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* $Id$ /*
*
* PROJECT: ReactOS Main Control Panel * PROJECT: ReactOS Main Control Panel
* FILE: dll/cpl/main/keyboard.c * FILE: dll/cpl/main/keyboard.c
* PURPOSE: Keyboard Control Panel * PURPOSE: Keyboard Control Panel

View file

@ -16,8 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc., * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* $Id$ /*
*
* PROJECT: ReactOS Sample Control Panel * PROJECT: ReactOS Sample Control Panel
* FILE: dll/cpl/main/main.c * FILE: dll/cpl/main/main.c
* PURPOSE: ReactOS Main Control Panel * PURPOSE: ReactOS Main Control Panel

View file

@ -16,8 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc., * with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
/* $Id$ /*
*
* PROJECT: ReactOS Main Control Panel * PROJECT: ReactOS Main Control Panel
* FILE: dll/cpl/main/mouse.c * FILE: dll/cpl/main/mouse.c
* PURPOSE: Mouse Control Panel * PURPOSE: Mouse Control Panel

View file

@ -1,5 +1,4 @@
/* $Id: main.c 12852 2005-01-06 13:58:04Z mf $ /*
*
* PROJECT: ReactOS Multimedia Control Panel * PROJECT: ReactOS Multimedia Control Panel
* FILE: dll/cpl/mmsys/mmsys.c * FILE: dll/cpl/mmsys/mmsys.c
* PURPOSE: ReactOS Multimedia Control Panel * PURPOSE: ReactOS Multimedia Control Panel

View file

@ -1,5 +1,4 @@
/* $Id: main.c 12852 2005-01-06 13:58:04Z mf $ /*
*
* PROJECT: ReactOS Multimedia Control Panel * PROJECT: ReactOS Multimedia Control Panel
* FILE: dll/cpl/mmsys/mmsys.c * FILE: dll/cpl/mmsys/mmsys.c
* PURPOSE: ReactOS Multimedia Control Panel * PURPOSE: ReactOS Multimedia Control Panel

View file

@ -1,5 +1,4 @@
/* $Id$ /*
*
* PROJECT: ReactOS ODBC Control Panel Applet * PROJECT: ReactOS ODBC Control Panel Applet
* FILE: dll/cpl/main/main.c * FILE: dll/cpl/main/main.c
* PURPOSE: applet initialization * PURPOSE: applet initialization

View file

@ -1,5 +1,4 @@
/* $Id$ /*
*
* PROJECT: ReactOS Power Configuration Applet * PROJECT: ReactOS Power Configuration Applet
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: dll/cpl/powercfg/advanced.c * FILE: dll/cpl/powercfg/advanced.c

View file

@ -1,5 +1,4 @@
/* $Id$ /*
*
* PROJECT: ReactOS Power Configuration Applet * PROJECT: ReactOS Power Configuration Applet
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: dll/cpl/powercfg/alarms.c * FILE: dll/cpl/powercfg/alarms.c

View file

@ -1,5 +1,4 @@
/* $Id$ /*
*
* PROJECT: ReactOS Power Configuration Applet * PROJECT: ReactOS Power Configuration Applet
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: dll/cpl/powercfg/hibernate.c * FILE: dll/cpl/powercfg/hibernate.c

View file

@ -1,5 +1,4 @@
/* $Id$ /*
*
* PROJECT: ReactOS Power Configuration Applet * PROJECT: ReactOS Power Configuration Applet
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: dll/cpl/powercfg/powershemes.c * FILE: dll/cpl/powercfg/powershemes.c

View file

@ -1,5 +1,4 @@
/* $Id$ /*
*
* PROJECT: ReactOS Power Configuration Applet * PROJECT: ReactOS Power Configuration Applet
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: dll/cpl/powercfg/powershemes.c * FILE: dll/cpl/powercfg/powershemes.c

View file

@ -1,5 +1,4 @@
/* $Id$ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS User Manager Control Panel * PROJECT: ReactOS User Manager Control Panel
* FILE: dll/cpl/usrmgr/extra.c * FILE: dll/cpl/usrmgr/extra.c

View file

@ -1,5 +1,4 @@
/* $Id$ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS User Manager Control Panel * PROJECT: ReactOS User Manager Control Panel
* FILE: dll/cpl/usrmgr/usrmgr.c * FILE: dll/cpl/usrmgr/usrmgr.c

View file

@ -1,4 +1,3 @@
/* $Id$ */
#define REACTOS_VERSION_DLL #define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Direct3D\0" #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Direct3D\0"

View file

@ -1,4 +1,3 @@
/* $Id$ */
#define REACTOS_VERSION_DLL #define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Direct3D\0" #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Direct3D\0"

View file

@ -1,5 +1,4 @@
/* $Id$ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS DirectX * PROJECT: ReactOS DirectX
* FILE: ddraw/clipper/clipper_stubs.c * FILE: ddraw/clipper/clipper_stubs.c

View file

@ -1,5 +1,4 @@
/* $Id: clipper.c 24690 2006-11-05 21:19:53Z greatlrd $ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS DirectX * PROJECT: ReactOS DirectX
* FILE: ddraw/clipper/clipper_stubs.c * FILE: ddraw/clipper/clipper_stubs.c

View file

@ -1,5 +1,4 @@
/* $Id: color.c 24690 2006-11-05 21:19:53Z greatlrd $ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS DirectX * PROJECT: ReactOS DirectX
* FILE: ddraw/color/color.c * FILE: ddraw/color/color.c

View file

@ -1,5 +1,4 @@
/* $Id$ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS DirectX * PROJECT: ReactOS DirectX
* FILE: ddraw/ddraw/GetCaps.c * FILE: ddraw/ddraw/GetCaps.c

View file

@ -1,5 +1,4 @@
/* $Id$ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS DirectX * PROJECT: ReactOS DirectX
* FILE: ddraw/ddraw/GetDeviceIdentifier.c * FILE: ddraw/ddraw/GetDeviceIdentifier.c

View file

@ -1,5 +1,4 @@
/* $Id$ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS DirectX * PROJECT: ReactOS DirectX
* FILE: ddraw/ddraw/callbacks_dd_hel.c * FILE: ddraw/ddraw/callbacks_dd_hel.c

View file

@ -1,5 +1,4 @@
/* $Id$ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS DirectX * PROJECT: ReactOS DirectX
* FILE: ddraw/ddraw/ddraw_displaymode.c * FILE: ddraw/ddraw/ddraw_displaymode.c

View file

@ -1,5 +1,4 @@
/* $Id$ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS DirectX * PROJECT: ReactOS DirectX
* FILE: ddraw/ddraw/ddraw_main.c * FILE: ddraw/ddraw/ddraw_main.c

View file

@ -1,5 +1,4 @@
/* $Id$ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS DirectX * PROJECT: ReactOS DirectX
* FILE: ddraw/ddraw/ddraw_main.c * FILE: ddraw/ddraw/ddraw_main.c

View file

@ -1,5 +1,4 @@
/* $Id$ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS DirectX * PROJECT: ReactOS DirectX
* FILE: ddraw/ddraw/ddraw_stubs.c * FILE: ddraw/ddraw/ddraw_stubs.c

View file

@ -1,5 +1,4 @@
/* $Id: gamma.c 24690 2006-11-05 21:19:53Z greatlrd $ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS DirectX * PROJECT: ReactOS DirectX
* FILE: ddraw/gamma/gamma_stubs.c * FILE: ddraw/gamma/gamma_stubs.c

View file

@ -1,5 +1,4 @@
/* $Id: kernel.c 24690 2006-11-05 21:19:53Z greatlrd $ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS DirectX * PROJECT: ReactOS DirectX
* FILE: ddraw/kernel/kernel_stubs.c * FILE: ddraw/kernel/kernel_stubs.c

View file

@ -1,5 +1,4 @@
/* $Id$ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS DirectX * PROJECT: ReactOS DirectX
* FILE: ddraw/surface/createsurface.c * FILE: ddraw/surface/createsurface.c

View file

@ -1,5 +1,4 @@
/* $Id: palette.c $ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS DirectX * PROJECT: ReactOS DirectX
* FILE: ddraw/Palette/palette.c * FILE: ddraw/Palette/palette.c

View file

@ -1,5 +1,4 @@
/* $Id: palette.c 24690 2006-11-05 21:19:53Z greatlrd $ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS DirectX * PROJECT: ReactOS DirectX
* FILE: ddraw/palette/palette_stubs.c * FILE: ddraw/palette/palette_stubs.c

View file

@ -1,5 +1,4 @@
/* $Id$ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS DirectX * PROJECT: ReactOS DirectX
* FILE: ddraw/surface/callbacks_surf_hel.c * FILE: ddraw/surface/callbacks_surf_hel.c

View file

@ -1,5 +1,4 @@
/* $Id$ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS DirectX * PROJECT: ReactOS DirectX
* FILE: ddraw/surface/createsurface.c * FILE: ddraw/surface/createsurface.c

Some files were not shown because too many files have changed in this diff Show more