microsoft/compiler: Fix error from double extern
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16671>
This commit is contained in:
@@ -24,7 +24,9 @@ struct dxil_validator {
|
||||
IDxcCompiler *dxc_compiler;
|
||||
};
|
||||
|
||||
extern "C" extern IMAGE_DOS_HEADER __ImageBase;
|
||||
extern "C" {
|
||||
extern IMAGE_DOS_HEADER __ImageBase;
|
||||
}
|
||||
|
||||
static HMODULE
|
||||
load_dxil_mod()
|
||||
|
||||
Reference in New Issue
Block a user