Files
atom/tools/gyp/test/win/compiler-flags/character-set-unicode.cc

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;
}