File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 13
13
#define __DXCAPI_USE_H__
14
14
15
15
#include " dxc/dxcapi.h"
16
- #include < cstdlib> // for getenv
17
16
#include < dxc/Support/Global.h> // for hresult handling with DXC_FAILED
18
17
#include < filesystem> // C++17 and later
19
- #include < string>
20
18
21
19
namespace dxc {
22
20
Original file line number Diff line number Diff line change 1
- #include " dxc/Support/WinIncludes.h"
2
-
3
- #include " dxc/Support/dxcapi.use.h"
4
-
5
- #include " dxc/Support/FileIOHelper.h"
6
- #include " dxc/Support/Global.h"
7
- #include " dxc/Support/SharedLibAffix.h" // header generated during DXC build
8
- #include " dxc/Support/Unicode.h"
9
- #include " dxc/Support/WinFunctions.h"
10
-
11
1
#include " dxc/Support/dxcapi.extval.h"
2
+ #include " dxc/Support/WinIncludes.h"
12
3
13
4
HRESULT DxcDllExtValidationSupport::InitializeInternal (LPCSTR dllName,
14
5
LPCSTR fnName) {
You can’t perform that action at this time.
0 commit comments