- Timestamp:
- Sep 23, 2010, 12:31:55 AM (10 years ago)
- Location:
- zzuf/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/msvc/config.h
r4658 r4659 70 70 /* #undef HAVE_PIPE */ 71 71 /* #undef HAVE_POSIX_MEMALIGN */ 72 #define HAVE_PRAGMA_INIT 1 72 /* #undef HAVE_PRAGMA_INIT */ 73 73 /* #undef HAVE_PREAD */ 74 74 #define HAVE_PROCESS_H 1 -
zzuf/trunk/src/libzzuf/lib-load.h
r4657 r4659 51 51 zzuf_table_t; 52 52 53 # define DIVERT(x) { "kernel32.dll", #x, &x##_orig, x##_new } 53 # define DIVERT(x) { "kernel32.dll", #x, \ 54 (void **)&x##_orig, (void *)x##_new } 54 55 # define DIVERT_END { NULL, NULL, NULL, NULL } 55 56
Note: See TracChangeset
for help on using the changeset viewer.