mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 21:48:10 +00:00
10 lines
254 B
C
10 lines
254 B
C
/*
|
|
* PROJECT: ReactOS Task Manager
|
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
|
* PURPOSE: About Box.
|
|
* COPYRIGHT: Copyright 1999-2001 Brian Palmer <brianp@reactos.org>
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
void OnAbout(void);
|