12 lines
179 B
C++
12 lines
179 B
C++
#ifdef WIN32
|
|
|
|
extern "C"
|
|
{
|
|
|
|
__attribute__((dllexport)) unsigned long NvOptimusEnablement = 1;
|
|
|
|
__attribute__((dllexport)) int AmdPowerXpressRequestHighPerformance = 1;
|
|
|
|
}
|
|
|
|
#endif
|