mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 10:48:36 +12:00
7 lines
139 B
C++
7 lines
139 B
C++
#include "stdafx_d3d12.h"
|
|
|
|
#ifdef _MSC_VER
|
|
#pragma comment(lib, "d2d1")
|
|
#pragma comment(lib, "DXGI")
|
|
#pragma comment(lib, "Dwrite")
|
|
#endif
|