mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00:00
#include "rtl.h" -> #include <rtl.h>
svn path=/trunk/; revision=16732
This commit is contained in:
parent
f3622d33aa
commit
d2bc064abf
34 changed files with 34 additions and 34 deletions
|
@ -24,7 +24,7 @@
|
|||
* FILE: lib/rtl/genertictbl.c
|
||||
*/
|
||||
|
||||
#include "rtl.h"
|
||||
#include <rtl.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue