mirror of
https://github.com/Eugeny/tabby.git
synced 2025-08-20 08:11:52 +00:00
.github
app
build
docs
extras
scripts
snap
terminus-community-color-schemes
terminus-core
terminus-plugin-manager
terminus-serial
terminus-settings
terminus-ssh
terminus-terminal
terminus-uac
UAC
UAC.cpp
UAC.vcxproj
UAC.vcxproj.filters
UAC.vcxproj.user
app.manifest
stdafx.cpp
stdafx.h
targetver.h
.gitignore
UAC.sln
.all-contributorsrc
.eslintrc.yml
.gitignore
.mergify.yml
.pug-lintrc.js
.travis.yml
CODE_OF_CONDUCT.md
HACKING.md
LICENSE
README.md
appveyor.yml
electron-builder.yml
package.json
tsconfig.json
typedoc.js
webpack.config.js
webpack.plugin.config.js
yarn.lock
9 lines
582 B
C++
9 lines
582 B
C++
// stdafx.cpp : source file that includes just the standard includes
|
||
// UAC.pch will be the pre-compiled header
|
||
// stdafx.obj will contain the pre-compiled type information
|
||
|
||
#include "stdafx.h"
|
||
|
||
// TODO: reference any additional headers you need in STDAFX.H
|
||
// and not in this file
|