runtime compiles on Windows
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
ab74e7b2aa
commit
2b8f022950
16 changed files with 390 additions and 281 deletions
10
runtime/runtime_windows.go
Normal file
10
runtime/runtime_windows.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
package runtime
|
||||
|
||||
// Checkpoint is not supported on Windows.
|
||||
// TODO Windows: Can eventually be factored out entirely.
|
||||
type Checkpoint struct {
|
||||
}
|
||||
|
||||
// PlatformProcessState container platform-specific fields in the ProcessState structure
|
||||
type PlatformProcessState struct {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue