Prevent types from stdint to be defined under abc namespace

This commit is contained in:
Miodrag Milanovic 2022-07-04 16:11:23 +02:00
parent 163af36fee
commit f159bef6c3
1 changed files with 2 additions and 2 deletions

View File

@ -94,8 +94,6 @@
/// PARAMETERS ///
////////////////////////////////////////////////////////////////////////
ABC_NAMESPACE_HEADER_START
////////////////////////////////////////////////////////////////////////
/// BASIC TYPES ///
////////////////////////////////////////////////////////////////////////
@ -143,6 +141,8 @@ ABC_NAMESPACE_HEADER_START
#endif
ABC_NAMESPACE_HEADER_START
/**
* Pointer difference type; replacement for ptrdiff_t.
* This is a signed integral type that is the same size as a pointer.