mirror of
https://github.com/reactos/reactos.git
synced 2025-07-14 07:44:18 +00:00
- Add <cstring> for "memset", "strchr" and "strstr"
- Use the C++ wrapper headers consistently - Fix indentation svn path=/trunk/; revision=32686
This commit is contained in:
parent
1e2d76a86c
commit
ddef9f1617
1 changed files with 152 additions and 151 deletions
|
@ -11,7 +11,8 @@
|
||||||
#include "namedpipe_reader.h"
|
#include "namedpipe_reader.h"
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <assert.h>
|
#include <cassert>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
namespace System_
|
namespace System_
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue