mirror of
https://github.com/reactos/reactos.git
synced 2025-06-05 17:30:32 +00:00
C uses / as dir separator, not \
svn path=/trunk/; revision=28157
This commit is contained in:
parent
8db125b5c8
commit
21876ed8a8
5 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
#include "..\w32knapi.h"
|
||||
#include "../w32knapi.h"
|
||||
|
||||
W32KAPI
|
||||
HANDLE
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "..\w32knapi.h"
|
||||
#include "../w32knapi.h"
|
||||
|
||||
W32KAPI
|
||||
BOOL
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "..\w32knapi.h"
|
||||
#include "../w32knapi.h"
|
||||
#if 0
|
||||
W32KAPI
|
||||
BOOL STDCALL
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "..\apitest.h"
|
||||
#include "../apitest.h"
|
||||
|
||||
/* include the tests */
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef _W32KNAPI_H
|
||||
#define _W32KNAPI_H
|
||||
|
||||
#include "..\apitest.h"
|
||||
#include "../apitest.h"
|
||||
#include <ddk/winddi.h>
|
||||
|
||||
#define OS_UNSUPPORTED 0
|
||||
|
|
Loading…
Reference in a new issue