mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-10-04 22:02:09 +08:00
5 lines
186 B
C++
5 lines
186 B
C++
// pch.cpp: source file corresponding to the pre-compiled header
|
|
|
|
#include "pch.h"
|
|
|
|
// When you are using pre-compiled headers, this source file is necessary for compilation to succeed.
|