Last change
on this file since 80 was
80,
checked in by Sam Hocevar, 14 years ago
|
- Adding the Golgotha source code. Not sure what's going to be interesting
in there, but since it's all public domain, there's certainly stuff to
pick up.
|
-
Property svn:keywords set to
Id
|
File size:
177 bytes
|
Rev | Line | |
---|
[80] | 1 | #ifdef DllExport
|
---|
| 2 | #undef DllExport
|
---|
| 3 | #endif
|
---|
| 4 |
|
---|
| 5 | #ifdef IMPORTING
|
---|
| 6 | #define DllExport __declspec( dllimport )
|
---|
| 7 | #else
|
---|
| 8 | #define DllExport __declspec( dllexport )
|
---|
| 9 | #endif
|
---|
| 10 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.