mirror of
https://github.com/weiju/amiga-stuff
synced 2025-12-08 14:58:33 +00:00
initial version
This commit is contained in:
9
mui/openwin/mui_util.h
Normal file
9
mui/openwin/mui_util.h
Normal file
@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#ifndef __MUI_UTIL_H__
|
||||
#define __MUI_UTIL_H__
|
||||
|
||||
#ifndef MAKE_ID
|
||||
#define MAKE_ID(a,b,c,d) ((ULONG) (a)<<24 | (ULONG) (b)<<16 | (ULONG) (c)<<8 | (ULONG) (d))
|
||||
#endif
|
||||
|
||||
#endif /* __MUI_UTIL_H__ */
|
||||
Reference in New Issue
Block a user