Show
Ignore:
Timestamp:
14/04/08 02:02:22 (8 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1208131342 +0200
git-parent:

[05eac2dbdf9f3a3231dc2eefda62202837fdeec6]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1208124509 +0200
Message:

Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false.

This improves readability a lot and prevent us from reinventing the wheel.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/misc/variables.h

    r62ffefd r449fd28  
    6969 
    7070    /** Set to TRUE if the variable is in a callback */ 
    71     vlc_bool_t   b_incallback; 
     71    bool   b_incallback; 
    7272 
    7373    /** Number of registered callbacks */