mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 09:32:02 +00:00
Fixes for building with __MINGW32_VERSION 2.1
svn path=/trunk/; revision=3388
This commit is contained in:
parent
1231d02b03
commit
381af4ae02
60 changed files with 612 additions and 56 deletions
|
@ -20,18 +20,16 @@
|
|||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
//
|
||||
// options.h
|
||||
//
|
||||
// Menu item handlers for the options menu.
|
||||
//
|
||||
|
||||
#ifndef __OPTIONS_H
|
||||
#define __OPTIONS_H
|
||||
#ifndef __OPTNMENU_H
|
||||
#define __OPTNMENU_H
|
||||
|
||||
void TaskManager_OnOptionsAlwaysOnTop(void);
|
||||
void TaskManager_OnOptionsMinimizeOnUse(void);
|
||||
void TaskManager_OnOptionsHideWhenMinimized(void);
|
||||
void TaskManager_OnOptionsShow16BitTasks(void);
|
||||
|
||||
#endif // __OPTIONS_H
|
||||
#endif // __OPTNMENU_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue