Changeset 93402 in vbox for trunk/src/VBox
- Timestamp:
- Jan 21, 2022 11:53:41 PM (3 years ago)
- Location:
- trunk/src/VBox/HostServices/SharedClipboard/testcase
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/testcase/VBoxOrgCfHtml1.h
r93401 r93402 1 /* $Id$ */ 2 /** @file 3 * Shared Clipboard host service test case C data file of VBoxOrgCfHtml1.txt. 4 */ 5 1 6 /* 2 * This file was automatically generated 3 * from VBoxOrgCfHtml1.txt 4 * by E:\vbox\svn\trunk\out\win.amd64\debug\obj\bin2c\bin2c.exe. 7 * Copyright (C) 2022 Oracle Corporation 8 * 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 * available from http://www.virtualbox.org. This file is free software; 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 5 16 */ 17 18 #ifndef VBOX_INCLUDED_SRC_VBoxOrgCfHtml1_h 19 #define VBOX_INCLUDED_SRC_VBoxOrgCfHtml1_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 6 23 7 24 #include <iprt/cdefs.h> … … 135 152 136 153 const unsigned g_cbVBoxOrgCfHtml1 = sizeof(g_abVBoxOrgCfHtml1); 137 /* end of file */ 154 155 #endif /* !VBOX_INCLUDED_SRC_VBoxOrgCfHtml1_h */ -
trunk/src/VBox/HostServices/SharedClipboard/testcase/VBoxOrgMimeHtml1.h
r93401 r93402 1 /* $Id$ */ 2 /** @file 3 * Shared Clipboard host service test case C data file of VBoxOrgMimeHtml1.txt. 4 */ 5 1 6 /* 2 * This file was automatically generated 3 * from VBoxOrgMimeHtml1.txt 4 * by E:\vbox\svn\trunk\out\win.amd64\debug\obj\bin2c\bin2c.exe. 7 * Copyright (C) 2022 Oracle Corporation 8 * 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 * available from http://www.virtualbox.org. This file is free software; 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 5 16 */ 17 18 #ifndef VBOX_INCLUDED_SRC_VBoxOrgMimeHtml1_h 19 #define VBOX_INCLUDED_SRC_VBoxOrgMimeHtml1_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 6 23 7 24 #include <iprt/cdefs.h> … … 122 139 123 140 const unsigned g_cbVBoxOrgMimeHtml1 = sizeof(g_abVBoxOrgMimeHtml1); 124 /* end of file */ 141 142 #endif /* !VBOX_INCLUDED_SRC_VBoxOrgMimeHtml1_h */
Note:
See TracChangeset
for help on using the changeset viewer.