st/egl: One driver per hardware.
[mesa.git] / src / gallium / state_trackers / egl / gdi / native_gdi.c
index ba4ddff23202855821db9451b42cc37c2aa7df45..4ec229a3f2a2602629bb6c4066c38919b173112a 100644 (file)
@@ -394,7 +394,7 @@ static const struct native_platform gdi_platform = {
 };
 
 const struct native_platform *
-native_get_platform(void)
+native_get_gdi_platform(void)
 {
    return &gdi_platform;
 }