Skip to content

Commit

Permalink
Fix C25 xbox build failure on SbFileOpen. (youtube#3982)
Browse files Browse the repository at this point in the history
b/302715109

(cherry picked from commit d4f1e95)
  • Loading branch information
yjzhang111 committed Aug 14, 2024
1 parent f55f685 commit f83867d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions starboard/shared/win32/file_open.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

<<<<<<< HEAD
=======
#if SB_API_VERSION < 17

>>>>>>> d4f1e954b1b (Fix C25 xbox build failure on SbFileOpen. (#3982))
#include "starboard/file.h"

#include "starboard/shared/win32/file_internal.h"
Expand Down Expand Up @@ -44,8 +41,5 @@ SbFile SbFileOpen(const char* path,

return new SbFilePrivate(file_handle);
}
<<<<<<< HEAD
=======

#endif // SB_API_VERSION < 17
>>>>>>> d4f1e954b1b (Fix C25 xbox build failure on SbFileOpen. (#3982))

0 comments on commit f83867d

Please sign in to comment.