ReactOS 0.4.15-dev-7907-g95bf896
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
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}
static int argc
Definition: ServiceArgs.c:12
BOOL BestFit_FromNLS(const WCHAR *pszNLSFile, const WCHAR *pszBestFitFile)
Definition: bestfit.c:113
#define argv
Definition: mplay32.c:18
int wmain()
int32_t INT
Definition: typedefs.h:58
__wchar_t WCHAR
Definition: xmlstorage.h:180