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
|
|
@ -290,6 +290,7 @@
|
|||
'atom/browser/ui/atom_menu_model.h',
|
||||
'atom/browser/ui/certificate_trust.h',
|
||||
'atom/browser/ui/certificate_trust_mac.mm',
|
||||
'atom/browser/ui/certificate_trust_win.cc',
|
||||
'atom/browser/ui/cocoa/atom_menu_controller.h',
|
||||
'atom/browser/ui/cocoa/atom_menu_controller.mm',
|
||||
'atom/browser/ui/cocoa/atom_touch_bar.h',
|
||||
|
|
Loading…
Reference in a new issue