Skip to content

Commit

Permalink
Fix sys File Version Info
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks committed Dec 18, 2023
1 parent fba99d2 commit 29c382b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions templates/sys/sys.rc
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
// Copyright (C) Microsoft. All rights reserved.
//

// #include <verrsrc.h>
// from verrsrc.h
#define VFT_DRV 0x00000003L
#define VFT2_DRV_NETWORK 0x00000006L
#include <windows.h>

#define VER_FILEDESCRIPTION_STR "Sample driver"
#define VER_INTERNALNAME_STR "drv.sys"
Expand Down

0 comments on commit 29c382b

Please sign in to comment.