comparison include/begin_code.h @ 636:d9c2ab142f2f

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sat, 28 Jun 2003 17:03:57 +0000
parents a18ea34d9efe
children b8d311d90021
comparison
equal deleted inserted replaced
635:644a2405b321 636:d9c2ab142f2f
46 # endif 46 # endif
47 # else 47 # else
48 # ifdef WIN32 48 # ifdef WIN32
49 # ifdef __BORLANDC__ 49 # ifdef __BORLANDC__
50 # ifdef BUILD_SDL 50 # ifdef BUILD_SDL
51 # define DECLSPEC __declspec(dllexport) 51 # define DECLSPEC
52 # else 52 # else
53 # define DECLSPEC __declspec(dllimport) 53 # define DECLSPEC __declspec(dllimport)
54 # endif 54 # endif
55 # else 55 # else
56 # define DECLSPEC __declspec(dllexport) 56 # define DECLSPEC __declspec(dllexport)