[go: up one dir, main page]

[util] Fix Windows build for now
diff --git a/util/ots-validator-checker.cc b/util/ots-validator-checker.cc
index 7e9c5ea..d792778 100644
--- a/util/ots-validator-checker.cc
+++ b/util/ots-validator-checker.cc
@@ -124,6 +124,13 @@
 #else
 // Windows
 // TODO(yusukes): Support Windows.
+int OpenAndLoadChars(
+    const char *file_name, uint8_t *trans_font, size_t trans_len) {
+  (void) file_name;
+  (void) trans_font;
+  (void) trans_len;
+  return 0;
+}
 #endif  // _MSC_VER
 
 }  // namespace