stub the windows source file
This commit is contained in:
parent
454dd00597
commit
4f40b8a42c
2 changed files with 13 additions and 0 deletions
12
atom/browser/ui/certificate_trust_win.cc
Normal file
12
atom/browser/ui/certificate_trust_win.cc
Normal file
|
@ -0,0 +1,12 @@
|
|||
// Copyright (c) 2013 GitHub, Inc.
|
||||
// Use of this source code is governed by the MIT license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "atom/browser/ui/certificate_trust.h"
|
||||
|
||||
#include <windows.h> // windows.h must be included first
|
||||
|
||||
namespace certificate_trust {
|
||||
|
||||
|
||||
} // namespace certificate_trust
|
Loading…
Add table
Add a link
Reference in a new issue