mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 04:03:56 +00:00
fix include file case
svn path=/trunk/; revision=25817
This commit is contained in:
parent
a20e414f6a
commit
0273f0c479
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
#include "Windows2000Sp4.h"
|
#include "Windows2000Sp4.h"
|
||||||
|
|
||||||
/* Windows syscall code */
|
/* Windows syscall code */
|
||||||
#include "Windowsos.h"
|
#include "windowsos.h"
|
||||||
|
|
||||||
/* ReactOS syscall code */
|
/* ReactOS syscall code */
|
||||||
#include "sysreactos.h"
|
#include "sysreactos.h"
|
||||||
|
|
Loading…
Reference in a new issue