summaryrefslogtreecommitdiffstats
path: root/third_party/python/gyp/test/win/win-driver-target-type/win-driver-target-type.c
blob: a6bee029abd196ea13ed87b20914fe08a4cd73ed (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (c) 2016 Google Inc. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "win-driver-target-type.h"

NTSTATUS DriverEntry(_In_ struct _DRIVER_OBJECT *DriverObject,
                     _In_ PUNICODE_STRING RegistryPath) {
  return STATUS_SUCCESS;
}