mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:23:01 +00:00
[ATL][ATL_APITEST] Independent ReactOS ATL (RATL) support (#5657)
This is an attempt to make ReactOS ATL (RATL) independent. https://github.com/katahiromz/RATL CORE-19153
This commit is contained in:
parent
490fbfb2c5
commit
ebfec38cd1
4 changed files with 16 additions and 2 deletions
|
@ -6,6 +6,12 @@
|
|||
#include <atlcore.h>
|
||||
#include <atlexcept.h>
|
||||
|
||||
#ifdef __RATL__
|
||||
#ifndef _In_count_
|
||||
#define _In_count_(nLength)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
namespace ATL
|
||||
{
|
||||
struct CStringData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue