-
-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Wrapped libsqlite3 * More functions
- Loading branch information
Showing
10 changed files
with
361 additions
and
0 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
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/******************************************************************* | ||
* File automatically generated by rebuild_wrappers.py (v2.4.0.21) * | ||
*******************************************************************/ | ||
#ifndef __wrappedlibsqlite3DEFS_H_ | ||
#define __wrappedlibsqlite3DEFS_H_ | ||
|
||
|
||
#endif // __wrappedlibsqlite3DEFS_H_ |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/******************************************************************* | ||
* File automatically generated by rebuild_wrappers.py (v2.4.0.21) * | ||
*******************************************************************/ | ||
#ifndef __wrappedlibsqlite3TYPES_H_ | ||
#define __wrappedlibsqlite3TYPES_H_ | ||
|
||
#ifndef LIBNAME | ||
#error You should only #include this file inside a wrapped*.c file | ||
#endif | ||
#ifndef ADDED_FUNCTIONS | ||
#define ADDED_FUNCTIONS() | ||
#endif | ||
|
||
|
||
#define SUPER() ADDED_FUNCTIONS() | ||
|
||
#endif // __wrappedlibsqlite3TYPES_H_ |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/******************************************************************* | ||
* File automatically generated by rebuild_wrappers.py (v2.4.0.21) * | ||
*******************************************************************/ | ||
#ifndef __wrappedlibsqlite3UNDEFS_H_ | ||
#define __wrappedlibsqlite3UNDEFS_H_ | ||
|
||
|
||
#endif // __wrappedlibsqlite3UNDEFS_H_ |
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
#define _GNU_SOURCE /* See feature_test_macros(7) */ | ||
#include <stdio.h> | ||
#include <stdlib.h> | ||
#include <string.h> | ||
#include <dlfcn.h> | ||
|
||
#include "wrappedlibs.h" | ||
|
||
#include "debug.h" | ||
#include "wrapper.h" | ||
#include "bridge.h" | ||
#include "librarian/library_private.h" | ||
#include "x64emu.h" | ||
#include "emu/x64emu_private.h" | ||
#include "callback.h" | ||
#include "box64context.h" | ||
#include "librarian.h" | ||
#include "myalign.h" | ||
|
||
const char* libsqlite3Name = "libsqlite3.so.0"; | ||
#define LIBNAME libsqlite3 | ||
|
||
|
||
#define ADDED_FUNCTIONS() | ||
|
||
#include "generated/wrappedlibsqlite3types.h" | ||
|
||
#include "wrappercallback.h" | ||
|
||
// Insert my_* functions here... | ||
|
||
#include "wrappedlib_init.h" |
Oops, something went wrong.