[wpiutil] Check MSVC Runtime (#7301)

This commit is contained in:
Thad House
2024-11-05 08:51:48 -08:00
committed by GitHub
parent 63e623d70b
commit f2d2500d1d
9 changed files with 202 additions and 2 deletions

View File

@@ -63,6 +63,9 @@ public class WPIUtilJNI {
libraryLoaded = true;
}
/** Checks if the MSVC runtime is valid. Throws a runtime exception if not. */
public static native void checkMsvcRuntime();
/**
* Write the given string to stderr.
*