VirtualBox

Changeset 10799 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jul 22, 2008 8:59:09 AM (17 years ago)
Author:
vboxsync
Message:

fixed blocker and preprocess or indentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/helpers.h

    r10777 r10799  
     1/* $Id$ */
    12/** @file
    23 * helpers - Guest Additions Service helper functions header
     
    1920 */
    2021
    21 #ifndef __VBOXSERVICEHELPERS__H
    22 #define __VBOXSERVICEHELPERS__H
     22#ifndef ___VBOXSERVICEHELPERS_H
     23#define ___VBOXSERVICEHELPERS_H
    2324
    2425// #define DEBUG_DISPLAY_CHANGE
    2526
    2627#ifdef DEBUG_DISPLAY_CHANGE
    27     #define DDCLOG(a) Log(a)
     28#   define DDCLOG(a) Log(a)
    2829#else
    29     #define DDCLOG(a) do {} while (0)
    30 #endif /* DEBUG_DISPLAY_CHANGE */
     30#   define DDCLOG(a) do {} while (0)
     31#endif /* !DEBUG_DISPLAY_CHANGE */
    3132
    3233void resizeRect(RECTL *paRects, unsigned nRects, unsigned iPrimary, unsigned iResized, int NewWidth, int NewHeight);
    3334
    34 #endif /* __VBOXSERVICEHELPERS__H */
     35#endif /* !___VBOXSERVICEHELPERS_H */
     36
Note: See TracChangeset for help on using the changeset viewer.

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