Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing FileVersionInfo functionality #906

Open
wants to merge 6 commits into
base: 0.3
Choose a base branch
from

Commits on Jun 11, 2020

  1. Added missing FileVersionAPI functionality

    Added missing functions to winver.rs
    Reordered winver.rs to match the order of the original header
    Replaced explicit pointers in winver.rs with their concise winapi equivalents
    
    Created versrc.rs and populated it with its constants and a struct type
    Sorenon committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    16cfbae View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Update Cargo.toml

    Co-authored-by: Robin Lambertz <[email protected]>
    Sorenon and roblabla authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    2ccfa39 View commit details
    Browse the repository at this point in the history
  2. Update build.rs

    Co-authored-by: Robin Lambertz <[email protected]>
    Sorenon and roblabla authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    7b5639b View commit details
    Browse the repository at this point in the history
  3. Update src/um/mod.rs

    Co-authored-by: Robin Lambertz <[email protected]>
    Sorenon and roblabla authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    df733b3 View commit details
    Browse the repository at this point in the history
  4. Update src/um/versrc.rs

    Co-authored-by: Robin Lambertz <[email protected]>
    Sorenon and roblabla authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    5328c18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37999a3 View commit details
    Browse the repository at this point in the history