mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
321bcc056d
svn path=/branches/GSoC_2016/AHCI/; revision=71203
11 lines
137 B
Text
11 lines
137 B
Text
// ISO C++ standards definitions
|
|
|
|
#include <stddef.h>
|
|
|
|
#pragma once
|
|
|
|
namespace std
|
|
{
|
|
using ::ptrdiff_t;
|
|
using ::size_t;
|
|
}
|