Replace #pragma once with #ifndef #define #endif logic because #pragma once does not work cleanly on OSX
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
* License.....: MIT
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#ifndef _DYNLOADER_H
|
||||
#define _DYNLOADER_H
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -67,3 +68,5 @@
|
||||
return -1; \
|
||||
} \
|
||||
}
|
||||
|
||||
#endif // _DYNALOADER_H
|
||||
Reference in New Issue
Block a user