Changeset 54012 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Jan 28, 2015 1:31:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/VBoxClient.h
r52586 r54012 32 32 33 33 /** Exit with a fatal error. */ 34 extern voidvbclFatalError(char *pszMessage);34 extern DECLNORETURN(void) vbclFatalError(char *pszMessage); 35 35 36 36 /** Call clean-up for the current service and exit. */
Note:
See TracChangeset
for help on using the changeset viewer.