MacLO/src/MacCommon.h

11 lines
199 B
C
Raw Normal View History

// Copyright (c) Jon Thysell <http://jonthysell.com>
// Licensed under the MIT License.
#ifndef MACCOMMON_H
#define MACCOMMON_H
#define kBaseResID 128
#define kMoveToFront (WindowPtr)-1L
#endif