Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Cross-platform support.  #1

@sheridanchris

Description

@sheridanchris

These imports break Fargo on non-windows machines.

[<DllImport("kernel32.dll", SetLastError=true)>]
extern bool GetConsoleMode(IntPtr hConsoleHandle , uint32& lpMode) 
[<DllImport("kernel32.dll", SetLastError=true)>]
extern IntPtr GetStdHandle(int nStdHandle)
[<DllImport("kernel32.dll", SetLastError=true)>]
extern bool SetConsoleMode(IntPtr hConsoleHandle, uint32 dwMode )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions