mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 09:06:50 +08:00
[osal]: fix macro in os_mem.h
git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@129 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef __OS_MALLOC_H__
|
||||
#define __OS_MALLOC_H__
|
||||
#ifndef __OS_MEM_H__
|
||||
#define __OS_MEM_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -29,6 +29,6 @@ void os_free(void *ptr);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /*__OS_MALLOC_H__*/
|
||||
#endif /*__OS_MEM_H__*/
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user