diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d7c3bd105..78316fbfe 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -495,7 +495,7 @@ set( PLAT_WIN32_SOURCES win32/i_system.cpp win32/i_specialpaths.cpp win32/st_start.cpp - win32/win32gliface.cpp + win32/gl_sysfb.cpp win32/win32basevideo.cpp win32/win32glvideo.cpp ) set( PLAT_POSIX_SOURCES diff --git a/src/win32/win32gliface.cpp b/src/win32/gl_sysfb.cpp similarity index 100% rename from src/win32/win32gliface.cpp rename to src/win32/gl_sysfb.cpp