ReactOS
0.4.16-dev-257-g6aa11ac
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
}
argc
static int argc
Definition:
ServiceArgs.c:12
BestFit_FromNLS
BOOL BestFit_FromNLS(const WCHAR *pszNLSFile, const WCHAR *pszBestFitFile)
Definition:
bestfit.c:113
argv
#define argv
Definition:
mplay32.c:18
wmain
int wmain()
Definition:
rdesktop-core-tester.cpp:552
INT
int32_t INT
Definition:
typedefs.h:58
precomp.h
WCHAR
__wchar_t WCHAR
Definition:
xmlstorage.h:180
modules
rosapps
applications
devutils
nls2txt
main.c
Generated on Tue Nov 12 2024 06:15:08 for ReactOS by
1.9.6