ReactOS
0.4.16-dev-2615-g89221f5
main.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS NLS to TXT Converter
3
* LICENSE: GNU General Public License Version 2.0 or any later version
4
* FILE: devutils/nls2txt/main.c
5
* COPYRIGHT: Copyright 2016 Dmitry Chapyshev <dmitry@reactos.org>
6
*/
7
8
#include "
precomp.h
"
9
10
INT
wmain
(
INT
argc
,
WCHAR
*
argv
[])
11
{
12
if
(
argc
!= 3)
13
return
1;
14
15
if
(!
BestFit_FromNLS
(
argv
[1],
argv
[2]))
16
return
1;
17
18
return
0;
19
}
BestFit_FromNLS
BOOL BestFit_FromNLS(const WCHAR *pszNLSFile, const WCHAR *pszBestFitFile)
Definition:
bestfit.c:113
argc
MonoAssembly int argc
Definition:
metahost.c:107
argv
#define argv
Definition:
mplay32.c:18
WCHAR
short WCHAR
Definition:
pedump.c:58
wmain
int wmain()
Definition:
rdesktop-core-tester.cpp:552
INT
int32_t INT
Definition:
typedefs.h:58
precomp.h
modules
rosapps
applications
devutils
nls2txt
main.c
Generated on Sun Apr 19 2026 06:18:49 for ReactOS by
1.9.6