unattended.cpp (700f54c3) unattended.cpp (36870a02)
1/*
1/*
2* PROJECT: ReactOS Applications Manager
3* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4* FILE: base/applications/rapps/unattended.cpp
5* PURPOSE: Functions to parse command-line flags and process them
6* COPYRIGHT: Copyright 2017 Alexander Shaposhnikov (sanchaez@reactos.org)
7*/
2 * PROJECT: ReactOS Applications Manager
3 * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4 * PURPOSE: Functions to parse command-line flags and process them
5 * COPYRIGHT: Copyright 2017 Alexander Shaposhnikov (sanchaez@reactos.org)
6 */
8#include "rapps.h"
9
10#include "unattended.h"
11
12#include <setupapi.h>
13
14#define MIN_ARGS 3
15

--- 60 unchanged lines hidden ---
7#include "rapps.h"
8
9#include "unattended.h"
10
11#include <setupapi.h>
12
13#define MIN_ARGS 3
14

--- 60 unchanged lines hidden ---