mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
16 lines
250 B
C++
16 lines
250 B
C++
// Copyright (c) 2012 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.
|
|
|
|
#ifndef _UNICODE
|
|
#error
|
|
#endif
|
|
|
|
#ifndef UNICODE
|
|
#error
|
|
#endif
|
|
|
|
int main() {
|
|
return 0;
|
|
}
|