mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +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
|
||||
#include "rapps.h"
|
||||
|
||||
#define CMD_KEY_INSTALL L"/INSTALL"
|
||||
#define CMD_KEY_SETUP L"/SETUP"
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
* PURPOSE: Functions to parse command-line flags and process them
|
||||
* COPYRIGHT: Copyright 2017 Alexander Shaposhnikov (sanchaez@reactos.org)
|
||||
*/
|
||||
#include "rapps.h"
|
||||
#include "unattended.h"
|
||||
#include "defines.h"
|
||||
#include "available.h"
|
||||
|
|
Loading…
Reference in a new issue