Changeset 10220 for code/branches/presentationHS14/src/modules/mini4Dgame
- Timestamp:
- Feb 1, 2015, 1:37:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationHS14/src/modules/mini4Dgame/Mini4DgamePrereqs.h
r10156 r10220 30 30 @file 31 31 @brief 32 Shared library macros, enums, constants and forward declarations for the pongmodule32 Shared library macros, enums, constants and forward declarations for the Mini4Dgame module 33 33 */ 34 34 … … 43 43 //----------------------------------------------------------------------- 44 44 45 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(M ini4Dgame_STATIC_BUILD)46 # ifdef M ini4Dgame_SHARED_BUILD45 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(MINI4DGAME_STATIC_BUILD) 46 # ifdef MINI4DGAME_SHARED_BUILD 47 47 # define _Mini4DgameExport __declspec(dllexport) 48 48 # else … … 72 72 } 73 73 74 #endif /* _ PongPrereqs_H__ */74 #endif /* _Mini4DgamePrereqs_H__ */
Note: See TracChangeset
for help on using the changeset viewer.