mirror of
https://github.com/reactos/reactos.git
synced 2025-06-07 02:10:36 +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
|
W32KAPI
|
||||||
HANDLE
|
HANDLE
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "..\w32knapi.h"
|
#include "../w32knapi.h"
|
||||||
|
|
||||||
W32KAPI
|
W32KAPI
|
||||||
BOOL
|
BOOL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "..\w32knapi.h"
|
#include "../w32knapi.h"
|
||||||
#if 0
|
#if 0
|
||||||
W32KAPI
|
W32KAPI
|
||||||
BOOL STDCALL
|
BOOL STDCALL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "..\apitest.h"
|
#include "../apitest.h"
|
||||||
|
|
||||||
/* include the tests */
|
/* include the tests */
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#ifndef _W32KNAPI_H
|
#ifndef _W32KNAPI_H
|
||||||
#define _W32KNAPI_H
|
#define _W32KNAPI_H
|
||||||
|
|
||||||
#include "..\apitest.h"
|
#include "../apitest.h"
|
||||||
#include <ddk/winddi.h>
|
#include <ddk/winddi.h>
|
||||||
|
|
||||||
#define OS_UNSUPPORTED 0
|
#define OS_UNSUPPORTED 0
|
||||||
|
|
Loading…
Reference in a new issue