From a26b39974fb992cb400c6e9aff0a02737c2f4f59 Mon Sep 17 00:00:00 2001 From: jkeil Date: Thu, 12 Jul 2001 15:27:48 +0000 Subject: 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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1308 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/resource.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'loader/resource.c') diff --git a/loader/resource.c b/loader/resource.c index 1c5b4654d8..aea0948784 100644 --- a/loader/resource.c +++ b/loader/resource.c @@ -7,6 +7,7 @@ #include #include +#include #include #include #include @@ -20,6 +21,8 @@ #include #include #include +#include + #define CP_ACP 0 WORD WINE_LanguageId=0x409;//english -- cgit v1.2.3