diff --git a/starboard/shared/win32/file_open.cc b/starboard/shared/win32/file_open.cc index be8459b9921d..d632c234a363 100644 --- a/starboard/shared/win32/file_open.cc +++ b/starboard/shared/win32/file_open.cc @@ -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" @@ -42,4 +42,4 @@ SbFile SbFileOpen(const char* path, return new SbFilePrivate(file_handle); } -#endif // SB_API_VERSION < 16 +#endif // SB_API_VERSION < 17