add win32 (msvc) support
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef BLUELIB_CORE_STATUS_H_
|
||||
#define BLUELIB_CORE_STATUS_H_
|
||||
|
||||
#include <blue/core/misc.h>
|
||||
|
||||
#define B_OK(status) ((status) == B_SUCCESS)
|
||||
#define B_ERR(status) ((status) != B_SUCCESS)
|
||||
|
||||
@@ -18,6 +20,6 @@ typedef enum {
|
||||
B_ERR_BAD_FORMAT,
|
||||
} b_status;
|
||||
|
||||
extern const char *b_status_to_string(b_status status);
|
||||
BLUE_API const char *b_status_to_string(b_status status);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user