FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
scriptdev2-tbc/system/MangosdRev.cpp at master · scriptdev2/scriptdev2-tbc · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
scriptdev2
/
scriptdev2-tbc
Public
Notifications
You must be signed in to change notification settings
Fork
26
Star
28
Code
Issues
11
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
scriptdev2-tbc
/
system
/
MangosdRev.cpp
Copy path
More file actions
More file actions
Latest commit
History
History
History
11 lines (10 loc) · 421 Bytes
Breadcrumbs
scriptdev2-tbc
/
system
/
MangosdRev.cpp
Copy path
File metadata and controls
11 lines (10 loc) · 421 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
/*
This file is part of the ScriptDev2 Project. See AUTHORS file for Copyright information
* This program is free software licensed under GPL version 2
* Please see the included DOCS/LICENSE.TXT for more information
*/
#
ifdef
WIN32
#
define
MANGOS_DLL_EXPORT
extern
"
C
"
__declspec(dllexport)
#
elif
defined( __GNUC__ )
#
define
MANGOS_DLL_EXPORT
extern
"
C
"
#
else
#
define
MANGOS_DLL_EXPORT
extern
"
C
"
export
#endif
Back
|
FazBrowse Home
|
New Git URL