mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
oops... make sure that I use / not \ in path specifiers so that linux builds don't get confused.
svn path=/trunk/; revision=13050
This commit is contained in:
parent
b80866de7c
commit
dd0186b047
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
#include <stddef.h>
|
||||
#include <windef.h>
|
||||
#include <ddk/ntddk.h>
|
||||
#include "..\usbport\usbport.h"
|
||||
#include "../usbport/usbport.h"
|
||||
|
||||
/* PUBLIC AND PRIVATE FUNCTIONS ***********************************************/
|
||||
|
||||
|
|
Loading…
Reference in a new issue