Closed bashbaug closed 1 year ago
fixes #208
Since we're unconditionally passing an ascii string, unconditionally call LoadLibraryA instead of LoadLibrary. This ensures that the correct function is called even if somebody compiles the OpenCL ICD loader with UNICODE support.
Merging as discussed in the April 11th teleconference.
fixes #208
Since we're unconditionally passing an ascii string, unconditionally call LoadLibraryA instead of LoadLibrary. This ensures that the correct function is called even if somebody compiles the OpenCL ICD loader with UNICODE support.