mirror of
https://github.com/github/codeql.git
synced 2026-04-23 07:45:17 +02:00
Update cpp/ql/test/library-tests/dataflow/taint-tests/atl.cpp
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2c58279137
commit
0c8245f727
@@ -25,7 +25,8 @@ typedef wchar_t* LPWSTR, *PWSTR;
|
||||
typedef BSTR* LPBSTR;
|
||||
typedef unsigned short USHORT;
|
||||
typedef char *LPTSTR;
|
||||
struct __POSITION { int unused; };typedef __POSITION* POSITION;
|
||||
struct __POSITION { int unused; };
|
||||
typedef __POSITION* POSITION;
|
||||
typedef WORD ATL_URL_PORT;
|
||||
|
||||
enum ATL_URL_SCHEME{
|
||||
|
||||
Reference in New Issue
Block a user