mirror of
https://github.com/reactos/reactos.git
synced 2025-05-30 22:49:12 +00:00
[CMD]: Fix inclusion order.
svn path=/trunk/; revision=76024
This commit is contained in:
parent
2280ba6846
commit
b77e16847d
1 changed files with 2 additions and 2 deletions
|
@ -22,11 +22,11 @@
|
|||
#include <wincon.h>
|
||||
#include <shellapi.h>
|
||||
|
||||
#include <conutils.h>
|
||||
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/rtlfuncs.h>
|
||||
|
||||
#include <conutils.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
#include "cmd.h"
|
||||
|
|
Loading…
Reference in a new issue