Changeset 10799 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jul 22, 2008 8:59:09 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/helpers.h
r10777 r10799 1 /* $Id$ */ 1 2 /** @file 2 3 * helpers - Guest Additions Service helper functions header … … 19 20 */ 20 21 21 #ifndef __ VBOXSERVICEHELPERS__H22 #define __ VBOXSERVICEHELPERS__H22 #ifndef ___VBOXSERVICEHELPERS_H 23 #define ___VBOXSERVICEHELPERS_H 23 24 24 25 // #define DEBUG_DISPLAY_CHANGE 25 26 26 27 #ifdef DEBUG_DISPLAY_CHANGE 27 #define DDCLOG(a) Log(a)28 # define DDCLOG(a) Log(a) 28 29 #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 */ 31 32 32 33 void resizeRect(RECTL *paRects, unsigned nRects, unsigned iPrimary, unsigned iResized, int NewWidth, int NewHeight); 33 34 34 #endif /* __VBOXSERVICEHELPERS__H */ 35 #endif /* !___VBOXSERVICEHELPERS_H */ 36
Note:
See TracChangeset
for help on using the changeset viewer.