Browse Source

WIP

pull/9085/head
daniilpavliuchyk 4 years ago
parent
commit
677e89edd0
  1. 2
      native/Avalonia.Native/src/OSX/main.mm

2
native/Avalonia.Native/src/OSX/main.mm

@ -3,7 +3,7 @@
#include "common.h"
static NSString* s_appTitle = @"Avalonia";
static int disableSetProcessName;
static int disableSetProcessName = 0;
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be

Loading…
Cancel
Save