comparison loader/pe_resource.c @ 1307:d8c1b0b38edc

Add prototypes to wine/loader stuff, so that we can catch __stdcall function attribute mismatch between caller/caller. wine/loader is less sensitive to optimization now. (now that avifile-0.6 has the same patch installed, we're a bit closer to their CVS tree) Speed up win32 "QueryPerformanceFrequency" emulation on solaris.
author jkeil
date Thu, 12 Jul 2001 15:27:48 +0000
parents 3b5f5d1c5041
children 174e2a58b4cd
comparison
equal deleted inserted replaced
1306:7ce37211e454 1307:d8c1b0b38edc
20 #include <wine/heap.h> 20 #include <wine/heap.h>
21 //#include "task.h" 21 //#include "task.h"
22 //#include "process.h" 22 //#include "process.h"
23 //#include "stackframe.h" 23 //#include "stackframe.h"
24 #include <wine/debugtools.h> 24 #include <wine/debugtools.h>
25 #include <ext.h>
25 26
26 /********************************************************************** 27 /**********************************************************************
27 * HMODULE32toPE_MODREF 28 * HMODULE32toPE_MODREF
28 * 29 *
29 * small helper function to get a PE_MODREF from a passed HMODULE32 30 * small helper function to get a PE_MODREF from a passed HMODULE32