Browse Source

WinRT: Corrected header file guard comment.

Philipp Wiesemann 9 năm trước cách đây
mục cha
commit
5819923212
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/video/winrt/SDL_winrtgamebar_cpp.h

+ 1 - 1
src/video/winrt/SDL_winrtgamebar_cpp.h

@@ -30,6 +30,6 @@ extern void WINRT_InitGameBar(_THIS);
 extern void WINRT_QuitGameBar(_THIS);
 #endif
 
-#endif /* _SDL_winrtmouse_h */
+#endif /* _SDL_winrtgamebar_h */
 
 /* vi: set ts=4 sw=4 expandtab: */