repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Check for SYS/GL during library init. Reason is that
[AROS.git]
/
rom
/
oop
/
include
/
static_mid.h
blob
b4ce7b704c241c32c8d3ad286866c552ea6f7651
1
#ifndef OOP_STATIC_MID_H
2
#define OOP_STATIC_MID_H
3
4
/*
5
Copyright © 1995-2010, The AROS Development Team. All rights reserved.
6
$Id$
7
*/
8
9
#ifndef OOP_OOP_H
10
#include <oop/oop.h>
11
#endif
12
13
#define STATIC_MID static OOP_MethodID static_mid = 0;
14
15
#endif
/* OOP_STATIC_MID_H */