mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
18 lines
303 B
C
18 lines
303 B
C
//
|
|
// PFMoveApplication.h, version 1.19
|
|
// LetsMove
|
|
//
|
|
// Created by Andy Kim at Potion Factory LLC on 9/17/09
|
|
//
|
|
// The contents of this file are dedicated to the public domain.
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void PFMoveToApplicationsFolderIfNecessary(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|