Explorar o código

Merge commit '85bbf8eec9f5e422447807b6cabec8c9ec0859d9' into main

Sam Lantinga %!s(int64=3) %!d(string=hai) anos
pai
achega
8d7ea151b4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/video/windows/SDL_windowsevents.c

+ 1 - 1
src/video/windows/SDL_windowsevents.c

@@ -1776,7 +1776,7 @@ WIN_PumpEvents(_THIS)
                 /* This mouse message happened after the warp */
                 /* This mouse message happened after the warp */
                 SDL_last_warp_time = 0;
                 SDL_last_warp_time = 0;
             }
             }
-#endif !defined(__XBOXONE__) && !defined(__XBOXSERIES__)
+#endif /*!defined(__XBOXONE__) && !defined(__XBOXSERIES__)*/
 
 
             /* Always translate the message in case it's a non-SDL window (e.g. with Qt integration) */
             /* Always translate the message in case it's a non-SDL window (e.g. with Qt integration) */
             TranslateMessage(&msg);
             TranslateMessage(&msg);