VirtualBox

儲存庫 vbox 的更動 62817


忽略:
時間撮記:
2016-8-1 下午01:05:49 (8 年 以前)
作者:
vboxsync
訊息:

Frontends: Warnings.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp

    r62493 r62817  
    1818 */
    1919
     20#ifdef _MSC_VER
     21# pragma warning(push)
     22# pragma warning(disable:4121)
     23#endif
    2024#if defined(RT_OS_WINDOWS) ///@todo someone please explain why we don't follow the book!
    2125# define _SDL_main_h
    2226#endif
    2327#include <SDL.h>
     28#ifdef _MSC_VER
     29# pragma warning(pop)
     30#endif
    2431
    2532#include <iprt/assert.h>
     
    244251    {
    245252        /* no restriction */
    246         guMaxScreenWidth  = ~0;
    247         guMaxScreenHeight = ~0;
     253        guMaxScreenWidth  = ~0U;
     254        guMaxScreenHeight = ~0U;
    248255    }
    249256
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette