micetools/src/micetools/dll/dllStub/ati.c

8 lines
213 B
C

#include <Windows.h>
// TODO: ATIDL_GetGamma
// TODO: ATIDL_SetGamma
__declspec(dllexport) int ATIDL_GetGamma(int a, void* p) { return 0; }
__declspec(dllexport) int ATIDL_SetGamma(int a, void* p) { return 0; }