forked from capstone-engine/capstone
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
137 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* Capstone Disassembly Engine */ | ||
/* By Satoshi Tanda <[email protected]>, 2016 */ | ||
#ifndef CS_WINDOWS_WINKERNEL_MM_H_ | ||
#define CS_WINDOWS_WINKERNEL_MM_H_ | ||
#ifndef CS_WINDOWS_WINKERNEL_MM_H | ||
#define CS_WINDOWS_WINKERNEL_MM_H | ||
|
||
#ifdef __cplusplus | ||
extern "C" { | ||
|
@@ -19,4 +19,4 @@ int CAPSTONE_API cs_winkernel_vsnprintf(char *buffer, size_t count, const char * | |
} | ||
#endif | ||
|
||
#endif // CS_WINDOWS_WINKERNEL_MM_H_ | ||
#endif // CS_WINDOWS_WINKERNEL_MM_H |