Changeset 76540 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray
- Timestamp:
- Dec 30, 2018 6:26:37 AM (6 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/VBoxTray
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.h
r69500 r76540 18 18 #ifndef __VBOXSERVICESHAREDCLIPLBOARD__H 19 19 #define __VBOXSERVICESHAREDCLIPLBOARD__H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #endif /* !__VBOXSERVICESHAREDCLIPLBOARD__H */ -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.h
r72611 r76540 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 18 #ifndef VBOX_INCLUDED_VBoxTray_VBoxDispIf_h 19 #define VBOX_INCLUDED_VBoxTray_VBoxDispIf_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 17 23 18 24 #include <iprt/cdefs.h> … … 113 119 DWORD VBoxDispIfSeamlessSubmit(VBOXDISPIF_SEAMLESS *pSeamless, VBOXDISPIFESCAPE *pData, int cbData); 114 120 121 #endif 122 -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.h
r69500 r76540 18 18 #ifndef __VBOXSERVICEDISPLAY__H 19 19 #define __VBOXSERVICEDISPLAY__H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 DWORD VBoxDisplayGetCount(); -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.h
r76105 r76540 18 18 #ifndef __VBOXTRAYDND__H 19 19 #define __VBOXTRAYDND__H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/critsect.h> -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxHelpers.h
r69500 r76540 18 18 #ifndef ___VBOXTRAY_HELPERS_H 19 19 #define ___VBOXTRAY_HELPERS_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 // #define DEBUG_DISPLAY_CHANGE -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxHostVersion.h
r69500 r76540 19 19 #ifndef ___VBoxHostVersion_h 20 20 #define ___VBoxHostVersion_h 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 int VBoxCheckHostVersion(); -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxIPC.h
r69500 r76540 20 20 #ifndef __VBOXTRAYIPCSERVER__H 21 21 #define __VBOXTRAYIPCSERVER__H 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 int VBoxIPCInit (const VBOXSERVICEENV *pEnv, void **ppInstance, bool *pfStartThread); -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxLA.h
r69500 r76540 18 18 #ifndef __VBOXSERVICELA__H 19 19 #define __VBOXSERVICELA__H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #endif /* !__VBOXSERVICELA__H */ -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.h
r69500 r76540 18 18 #ifndef __VBOXSERVICESEAMLESS__H 19 19 #define __VBOXSERVICESEAMLESS__H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 void VBoxSeamlessEnable(); -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxSharedFolders.h
r69500 r76540 18 18 #ifndef ___VBoxSharedFolders_h 19 19 #define ___VBoxSharedFolders_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 int VBoxSharedFoldersAutoUnmount(void); -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.h
r76098 r76540 18 18 #ifndef ___VBOXTRAY_H 19 19 #define ___VBOXTRAY_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 # define _InterlockedExchange _InterlockedExchange_StupidDDKVsCompilerCrap -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTrayMsg.h
r69500 r76540 18 18 #ifndef ___VBOXTRAY_MSG_H 19 19 #define ___VBOXTRAY_MSG_H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /** The IPC pipe's prefix (native). -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxVRDP.h
r69500 r76540 18 18 #ifndef __VBOXSERVICEVRDP__H 19 19 #define __VBOXSERVICEVRDP__H 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* The restore service prototypes. */ -
trunk/src/VBox/Additions/WINNT/VBoxTray/resource.h
r69500 r76540 16 16 */ 17 17 18 #ifndef VBOX_INCLUDED_VBoxTray_resource_h 19 #define VBOX_INCLUDED_VBoxTray_resource_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 23 18 24 #define IDI_VIRTUALBOX 101 19 25 26 #endif
Note:
See TracChangeset
for help on using the changeset viewer.