Skip to content

Commit

Permalink
[driver] Allow driver to work under Windows 2000
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
  • Loading branch information
TalAloni authored and mcb30 committed Oct 21, 2011
1 parent 7bb6626 commit f428adb
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/sanbootconf.inf
Expand Up @@ -7,9 +7,9 @@ CatalogFile = sanbootconf.cat
DriverVer = 10/19/2011,1.1.1

[Manufacturer]
%fensys% = FenSystems,ntx86,ntamd64
%fensys% = FenSystems,ntamd64

[FenSystems.ntx86]
[FenSystems]
%sanbootconf% = sanbootconf,ROOT\sanbootconf

[FenSystems.ntamd64]
Expand Down
1 change: 1 addition & 0 deletions src/driver/abft.c
Expand Up @@ -19,6 +19,7 @@
#pragma warning(disable:4100) /* unreferenced formal parameter */

#include <ntddk.h>
#define NTSTRSAFE_LIB
#include <ntstrsafe.h>
#include "sanbootconf.h"
#include "boottext.h"
Expand Down
1 change: 1 addition & 0 deletions src/driver/boottext.c
Expand Up @@ -17,6 +17,7 @@
*/

#include <ntddk.h>
#define NTSTRSAFE_LIB
#include <ntstrsafe.h>
#include <stdarg.h>
#include "sanbootconf.h"
Expand Down
1 change: 1 addition & 0 deletions src/driver/ibft.c
Expand Up @@ -20,6 +20,7 @@
#pragma warning(disable:4327) /* indirection alignment mismatch */

#include <ntddk.h>
#define NTSTRSAFE_LIB
#include <ntstrsafe.h>
#include "sanbootconf.h"
#include "boottext.h"
Expand Down
1 change: 1 addition & 0 deletions src/driver/nic.c
Expand Up @@ -21,6 +21,7 @@

#include <ntddk.h>
#include <initguid.h>
#define NTSTRSAFE_LIB
#include <ntstrsafe.h>
#include <ndis.h>
#include <ndisguid.h>
Expand Down
1 change: 1 addition & 0 deletions src/driver/registry.c
Expand Up @@ -17,6 +17,7 @@
*/

#include <ntddk.h>
#define NTSTRSAFE_LIB
#include <ntstrsafe.h>
#include "sanbootconf.h"
#include "registry.h"
Expand Down
1 change: 1 addition & 0 deletions src/driver/sbft.c
Expand Up @@ -29,6 +29,7 @@
*/

#include <ntddk.h>
#define NTSTRSAFE_LIB
#include <ntstrsafe.h>
#include "sanbootconf.h"
#include "sbft.h"
Expand Down

0 comments on commit f428adb

Please sign in to comment.