VirtualBox

Changeset 10799

Show
Ignore:
Timestamp:
07/22/08 10:59:09 (3 months ago)
Author:
vboxsync
Message:

fixed blocker and preprocess or indentation.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy