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