modify header guard of unicorn_dynload.h for consistency

This commit is contained in:
Nguyen Anh Quynh 2015-12-05 11:20:22 +07:00
parent fc54007fab
commit c37b2582d7

View file

@ -26,8 +26,8 @@
// Zak Escano - November 2015 // Zak Escano - November 2015
// //
#ifndef _UNICORN_DYNLOAD_H_ #ifndef UNICORN_DYNLOAD_H
#define _UNICORN_DYNLOAD_H_ #define UNICORN_DYNLOAD_H
// Undefine shared here so that functions aren't defined as: "__declspec(dllexport)" // Undefine shared here so that functions aren't defined as: "__declspec(dllexport)"
#ifdef UNICORN_SHARED #ifdef UNICORN_SHARED
@ -63,5 +63,5 @@ bool uc_dyn_free(void);
} }
#endif #endif
#endif // _UNICORN_DYNLOAD_H_ #endif // UNICORN_DYNLOAD_H