mirror of
https://github.com/reactos/reactos.git
synced 2025-05-24 19:56:38 +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"
|
||||
|
||||
/* Windows syscall code */
|
||||
#include "Windowsos.h"
|
||||
#include "windowsos.h"
|
||||
|
||||
/* ReactOS syscall code */
|
||||
#include "sysreactos.h"
|
||||
|
|
Loading…
Reference in a new issue