hostsupport/hostopengles20/src/platform.h
branchbug235_bringup_0
changeset 77 b0395290e61f
parent 55 09263774e342
equal deleted inserted replaced
76:24381b61de5c 77:b0395290e61f
    38 #else
    38 #else
    39 	#include <pthread.h>
    39 	#include <pthread.h>
    40 	typedef pthread_mutex_t DGLES2_LOCK;
    40 	typedef pthread_mutex_t DGLES2_LOCK;
    41 #endif
    41 #endif
    42 
    42 
       
    43 #ifdef __cplusplus
       
    44 extern "C"
       
    45 {
       
    46 #endif /* __cplusplus */
       
    47 
    43 void dglGetLock(void);
    48 void dglGetLock(void);
    44 void dglReleaseLock(void);
    49 void dglReleaseLock(void);
    45 
    50 
       
    51 #ifdef __cplusplus
       
    52 }
       
    53 #endif /* __cplusplus */
       
    54 
    46 #endif /* PLATFORM_H_ */
    55 #endif /* PLATFORM_H_ */
    47 
    56