ReactOS 0.4.15-dev-7958-gcd0bb1a
CPath.cpp File Reference
#include <atlpath.h>
#include "resource.h"
#include "atltest.h"
#include "CPath.inl"
Include dependency graph for CPath.cpp:

Go to the source code of this file.

Macros

#define TEST_NAMEX(name)   void test_##name##W()
 
#define CPathX   CPathW
 
#define CStringX   CStringW
 
#define _X(x)   L ## x
 
#define XCHAR   WCHAR
 
#define dbgstrx(x)   wine_dbgstr_w(x)
 
#define ok   ok_("CPathW:\n" __FILE__, __LINE__)
 
#define GetModuleFileNameX   GetModuleFileNameW
 
#define TEST_NAMEX(name)   void test_##name##A()
 
#define CPathX   CPathA
 
#define CStringX   CStringA
 
#define _X(x)   x
 
#define XCHAR   CHAR
 
#define dbgstrx(x)   (const char*)x
 
#define ok   ok_("CPathA:\n" __FILE__, __LINE__)
 
#define GetModuleFileNameX   GetModuleFileNameA
 

Functions

 START_TEST (CPath)
 

Macro Definition Documentation

◆ _X [1/2]

#define _X (   x)    L ## x

Definition at line 42 of file CPath.cpp.

◆ _X [2/2]

#define _X (   x)    x

Definition at line 42 of file CPath.cpp.

◆ CPathX [1/2]

#define CPathX   CPathW

Definition at line 40 of file CPath.cpp.

◆ CPathX [2/2]

#define CPathX   CPathA

Definition at line 40 of file CPath.cpp.

◆ CStringX [1/2]

#define CStringX   CStringW

Definition at line 41 of file CPath.cpp.

◆ CStringX [2/2]

#define CStringX   CStringA

Definition at line 41 of file CPath.cpp.

◆ dbgstrx [1/2]

#define dbgstrx (   x)    wine_dbgstr_w(x)

Definition at line 44 of file CPath.cpp.

◆ dbgstrx [2/2]

#define dbgstrx (   x)    (const char*)x

Definition at line 44 of file CPath.cpp.

◆ GetModuleFileNameX [1/2]

#define GetModuleFileNameX   GetModuleFileNameW

Definition at line 46 of file CPath.cpp.

◆ GetModuleFileNameX [2/2]

#define GetModuleFileNameX   GetModuleFileNameA

Definition at line 46 of file CPath.cpp.

◆ ok [1/2]

#define ok   ok_("CPathW:\n" __FILE__, __LINE__)

Definition at line 45 of file CPath.cpp.

◆ ok [2/2]

#define ok   ok_("CPathA:\n" __FILE__, __LINE__)

Definition at line 45 of file CPath.cpp.

◆ TEST_NAMEX [1/2]

#define TEST_NAMEX (   name)    void test_##name##W()

Definition at line 39 of file CPath.cpp.

◆ TEST_NAMEX [2/2]

#define TEST_NAMEX (   name)    void test_##name##A()

Definition at line 39 of file CPath.cpp.

◆ XCHAR [1/2]

#define XCHAR   WCHAR

Definition at line 43 of file CPath.cpp.

◆ XCHAR [2/2]

#define XCHAR   CHAR

Definition at line 43 of file CPath.cpp.

Function Documentation

◆ START_TEST()

START_TEST ( CPath  )

Definition at line 49 of file CPath.cpp.

50{
51 test_initW();
52 test_initA();
53
54 test_modifyW();
55 test_modifyA();
56
57 test_is_somethingW();
58 test_is_somethingA();
59}