mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 20:34:59 +00:00
[RAPPS]
Better place for a pch inclusion. Spotted by gigaherz svn path=/trunk/; revision=75829
This commit is contained in:
parent
f48ddd7571
commit
795a573d67
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "rapps.h"
|
|
||||||
#define CMD_KEY_INSTALL L"/INSTALL"
|
#define CMD_KEY_INSTALL L"/INSTALL"
|
||||||
#define CMD_KEY_SETUP L"/SETUP"
|
#define CMD_KEY_SETUP L"/SETUP"
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
* PURPOSE: Functions to parse command-line flags and process them
|
* PURPOSE: Functions to parse command-line flags and process them
|
||||||
* COPYRIGHT: Copyright 2017 Alexander Shaposhnikov (sanchaez@reactos.org)
|
* COPYRIGHT: Copyright 2017 Alexander Shaposhnikov (sanchaez@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
#include "rapps.h"
|
||||||
#include "unattended.h"
|
#include "unattended.h"
|
||||||
#include "defines.h"
|
#include "defines.h"
|
||||||
#include "available.h"
|
#include "available.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue