mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpiutil] Check MSVC Runtime (#7301)
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user