Skip to content

Commit fb75f54

Browse files
committed
C++: Add another typedef.
1 parent 0f5786e commit fb75f54

File tree

3 files changed

+1024
-1023
lines changed

3 files changed

+1024
-1023
lines changed

cpp/ql/test/library-tests/dataflow/taint-tests/atl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ typedef void* PVOID;
1111
typedef bool BOOL;
1212
typedef char* PSTR, *LPSTR;
1313
typedef const char* LPCTSTR;
14+
typedef const wchar_t* LPCWSTR;
1415
typedef unsigned short WORD;
1516
typedef unsigned long DWORD;
1617
typedef void* HANDLE;

0 commit comments

Comments
 (0)