mirror of
https://github.com/mpv-player/mpv
synced 2024-12-14 10:55:43 +00:00
a26b39974f
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
11 lines
159 B
C
11 lines
159 B
C
|
|
#ifndef setup_FS_h
|
|
#define setup_FS_h
|
|
|
|
extern void setup_FS_Segment(void);
|
|
extern void Setup_LDT_Keeper(void);
|
|
extern void Restore_LDT_Keeper(void);
|
|
|
|
|
|
#endif
|