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
vesa.hidd: Use AROS_UFIx() macros
[AROS.git]
/
tools
/
adflib
/
prefix.h
blob
980f6dd63ecd642bc9f721c8474a6c0bdf799467
1
#ifndef _PREFIX_H
2
#define _PREFIX_H 1
3
4
/*
5
* prefix.h
6
*
7
*/
8
9
#ifdef WIN32DLL
10
#define PREFIX __declspec(dllexport)
11
#else
12
#define PREFIX
13
#endif
/* WIN32DLL */
14
15
#endif
/* _PREFIX_H */