Mobile API Reference  MicroStrategy 2019
PDCwchar.h File Reference
#include "ProtectedSource/Prolog.h"
#include <wchar.h>
#include "ProtectedSource/Epilog.h"

Go to the source code of this file.

Macros

#define _T(x)   L##x
 
#define _tcslen   wcslen
 
#define _tcscpy   wcscpy
 
#define _tcscmp   wcscmp
 
#define _tcsicmp   wcsicmp
 

Typedefs

typedef wchar_t WCHAR
 

Macro Definition Documentation

◆ _T

#define _T (   x)    L##x

◆ _tcscmp

#define _tcscmp   wcscmp

◆ _tcscpy

#define _tcscpy   wcscpy

◆ _tcsicmp

#define _tcsicmp   wcsicmp

◆ _tcslen

#define _tcslen   wcslen

Typedef Documentation

◆ WCHAR

typedef wchar_t WCHAR