mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
11 lines
197 B
C++
11 lines
197 B
C++
|
|
// FileLocksmithLib.cpp : Defines the functions for the static library.
|
||
|
|
//
|
||
|
|
|
||
|
|
#include "pch.h"
|
||
|
|
#include "framework.h"
|
||
|
|
|
||
|
|
// TODO: This is an example of a library function
|
||
|
|
void fnFileLocksmithLib()
|
||
|
|
{
|
||
|
|
}
|