mirror of
https://github.com/Eugeny/tabby.git
synced 2025-08-27 19:51:52 +00:00
.github
.vscode
app
build
docs
extras
locale
patches
scripts
snap
tabby-community-color-schemes
tabby-core
tabby-electron
tabby-linkifier
tabby-local
tabby-plugin-manager
tabby-serial
tabby-settings
tabby-ssh
tabby-telnet
tabby-terminal
tabby-uac
UAC
UAC.cpp
UAC.vcxproj
UAC.vcxproj.filters
UAC.vcxproj.user
app.manifest
stdafx.cpp
stdafx.h
targetver.h
.gitignore
UAC.sln
tabby-web
tabby-web-demo
web
.all-contributorsrc
.editorconfig
.eslintrc.yml
.gitignore
.mergify.yml
.pug-lintrc.js
CODE_OF_CONDUCT.md
HACKING.md
LICENSE
README.de-DE.md
README.es-ES.md
README.id-ID.md
README.it-IT.md
README.ja-JP.md
README.ko-KR.md
README.md
README.pt-BR.md
README.ru-RU.md
README.zh-CN.md
electron-builder.yml
firebase.json
package.json
tsconfig.json
typedoc.mjs
webpack.config.mjs
webpack.plugin.config.mjs
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
|