this is some cleanup which was breaking on windows. the atomic.h removal of STATIC INLINE macro because goerge removed its use from all files
This commit was SVN r3434.
Этот коммит содержится в:
родитель
f9ca11225b
Коммит
59032bceff
@ -103,11 +103,7 @@
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include "include/sys/atomic.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* BEGIN_C_DECLS should be used at the beginning of your declarations,
|
||||
|
@ -25,12 +25,6 @@
|
||||
#endif
|
||||
|
||||
|
||||
#if defined(__GNUC__) || defined (WIN32)
|
||||
#define STATIC_INLINE static inline
|
||||
#else
|
||||
#define STATIC_INLINE
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Volatile lock object (with optional padding).
|
||||
*/
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user