Changeset 94878 in vbox
- Timestamp:
- May 6, 2022 2:32:22 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClientClipboard.cpp
r94876 r94878 61 61 * Local Function Prototypes * 62 62 *********************************************************************************************************************************/ 63 static intvbclClipboardStop(void);63 static DECLCALLBACK(int) vbclClipboardStop(void); 64 64 65 65 … … 205 205 * @return IPRT status code. 206 206 */ 207 static intvbclClipboardStart(void)207 static DECLCALLBACK(int) vbclClipboardStart(void) 208 208 { 209 209 int rc; … … 279 279 * @return IPRT status code. 280 280 */ 281 static intvbclClipboardStop(void)281 static DECLCALLBACK(int) vbclClipboardStop(void) 282 282 { 283 283 int rc;
Note:
See TracChangeset
for help on using the changeset viewer.