Changeset 95961 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTrayInternal.h
- Timestamp:
- Aug 1, 2022 2:08:20 PM (2 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTrayInternal.h
r95960 r95961 16 16 */ 17 17 18 #ifndef GA_INCLUDED_SRC_WINNT_VBoxTray_ VBoxDisplay_h19 #define GA_INCLUDED_SRC_WINNT_VBoxTray_ VBoxDisplay_h18 #ifndef GA_INCLUDED_SRC_WINNT_VBoxTray_Internal_h 19 #define GA_INCLUDED_SRC_WINNT_VBoxTray_Internal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once 22 22 #endif 23 24 /** @todo r=bird: This file has the same name as ../include/VBoxDisplay.h25 * which some of the VBoxTray source files also wish to include.26 *27 * The result is a certifiable mess. To quote a Tina Fey's character in28 * Ponyo: "BAKA BAKA BAKA BAKA BAKA BAKA BAKA BAKA BAKA BAKA BAKA!!!"29 *30 * There are too many 'ing header files here. Most of them can be merged31 * into VBoxTray.h (or a VBoxTrayInternal.h file).32 *33 */34 35 23 36 24 DWORD VBoxDisplayGetCount(); … … 48 36 #endif 49 37 50 #endif /* !GA_INCLUDED_SRC_WINNT_VBoxTray_ VBoxDisplay_h */38 #endif /* !GA_INCLUDED_SRC_WINNT_VBoxTray_Internal_h */
Note:
See TracChangeset
for help on using the changeset viewer.