mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 03:00:38 +00:00
Add a couple of #ifdef __cplusplus I missed
git-svn-id: https://svn.eduke32.com/eduke32@3160 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
3ff46c02b2
commit
89c9a201b5
1 changed files with 4 additions and 0 deletions
|
@ -384,10 +384,14 @@ int32_t baselayer_init(void)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(NOASM) && !defined(GEKKO) && !defined(__ANDROID__)
|
#if !defined(NOASM) && !defined(GEKKO) && !defined(__ANDROID__)
|
||||||
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
#endif
|
||||||
extern int32_t dep_begin, dep_end;
|
extern int32_t dep_begin, dep_end;
|
||||||
|
#ifdef __cplusplus
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
void makeasmwriteable(void)
|
void makeasmwriteable(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue