Skip to content

Commit

Permalink
Resolve merge conflict by incorporating both changes.
Browse files Browse the repository at this point in the history
Change-Id: I3997980765d594afdea3a3c140132c20422ce349
  • Loading branch information
yjzhang111 committed Aug 14, 2024
1 parent 2f3f3ff commit 7f1db14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starboard/shared/win32/file_open.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#if SB_API_VERSION < 16
#if SB_API_VERSION < 17

#include "starboard/file.h"

Expand Down Expand Up @@ -42,4 +42,4 @@ SbFile SbFileOpen(const char* path,
return new SbFilePrivate(file_handle);
}

#endif // SB_API_VERSION < 16
#endif // SB_API_VERSION < 17

0 comments on commit 7f1db14

Please sign in to comment.